home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _e4aae43e019ef9de3c1b06839783d56a < prev    next >
Text File  |  2000-03-23  |  3KB  |  104 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Win32::File - manage file attributes in perl</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Win32::File - manage file attributes in perl</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#functions">Functions</A></LI>
  26.     <UL>
  27.  
  28.         <LI><A HREF="#note">NOTE</A></LI>
  29.     </UL>
  30.  
  31.     <LI><A HREF="#constants">Constants</A></LI>
  32. </UL>
  33. <!-- INDEX END -->
  34.  
  35. <HR>
  36. <P>
  37. <H1><A NAME="name">NAME</A></H1>
  38. <P>Win32::File - manage file attributes in perl</P>
  39. <P>
  40. <HR>
  41. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  42. <UL>
  43. <LI>Windows</LI>
  44. </UL>
  45. <HR>
  46. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  47. <PRE>
  48.         use Win32::File;</PRE>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P>This module offers the retrieval and setting of file attributes.</P>
  53. <P>
  54. <HR>
  55. <H1><A NAME="functions">Functions</A></H1>
  56. <P>
  57. <H2><A NAME="note">NOTE</A></H2>
  58. <P>All of the functions return FALSE (0) if they fail, unless otherwise noted.
  59. The function names are exported into the caller's namespace by request.</P>
  60. <DL>
  61. <DT><STRONG><A NAME="item_GetAttributes">GetAttributes(filename, returnedAttributes)</A></STRONG><BR>
  62. <DD>
  63. Gets the attributes of a file or directory. returnedAttributes will be set
  64. to the OR-ed combination of the filename attributes.
  65. <P></P>
  66. <DT><STRONG><A NAME="item_SetAttributes">SetAttributes(filename, newAttributes)</A></STRONG><BR>
  67. <DD>
  68. Sets the attributes of a file or directory. newAttributes must be an OR-ed
  69. combination of the attributes.
  70. <P></P></DL>
  71. <P>
  72. <HR>
  73. <H1><A NAME="constants">Constants</A></H1>
  74. <P>The following constants are exported by default.</P>
  75. <DL>
  76. <DT><STRONG><A NAME="item_ARCHIVE">ARCHIVE</A></STRONG><BR>
  77. <DD>
  78. <DT><STRONG><A NAME="item_COMPRESSED">COMPRESSED</A></STRONG><BR>
  79. <DD>
  80. <DT><STRONG><A NAME="item_DIRECTORY">DIRECTORY</A></STRONG><BR>
  81. <DD>
  82. <DT><STRONG><A NAME="item_HIDDEN">HIDDEN</A></STRONG><BR>
  83. <DD>
  84. <DT><STRONG><A NAME="item_NORMAL">NORMAL</A></STRONG><BR>
  85. <DD>
  86. <DT><STRONG><A NAME="item_OFFLINE">OFFLINE</A></STRONG><BR>
  87. <DD>
  88. <DT><STRONG><A NAME="item_READONLY">READONLY</A></STRONG><BR>
  89. <DD>
  90. <DT><STRONG><A NAME="item_SYSTEM">SYSTEM</A></STRONG><BR>
  91. <DD>
  92. <DT><STRONG><A NAME="item_TEMPORARY">TEMPORARY</A></STRONG><BR>
  93. <DD>
  94. </DL>
  95. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  96. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  97. <STRONG><P CLASS=block> Win32::File - manage file attributes in perl</P></STRONG>
  98. </TD></TR>
  99. </TABLE>
  100.  
  101. </BODY>
  102.  
  103. </HTML>
  104.