ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Drive Properties:
AvailableSpace, DriveLetter, DriveType, FileSystem, FreeSpace,IsReady,
Path, RootFolder, SerialNumber, ShareName, TotalSize, VolumeName
DrivesCollection properties: Count, Item
:File Properties
Attributes, DateCreated, DateLastAccessed, DateLastModified,Drive,
Name, ParentFolder, Path, ShortName, ShortPath, Size, Type
File Methods: .copy, .Delete, .Move, .OpenAsTextStream
:Folder Properties
Attributes, DateCreated, DateLastAccessed, DateLastModified,Drive,Files, IsRootFolder, Name, ParentFolder, Path,Folder Methods: .copy, .CreateTextFile, .Delete, .MoveShortName, ShortPath, Size, SubFolders, Type
AtEndOfLine | Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. |
AtEndOfStream | Returns true if the file pointer is at the end of a TextStream file; false if it is not. |
Attributes | Sets or returns the attributes of files or folders. |
AvailableSpace | Returns the amount of space available to a user on the specified drive or network share. |
Column | Returns the column number of the current character position in a TextStream file. |
CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object |
Count | Returns the number of items in a collection or Dictionary object. |
DateCreated | Returns the date and time that the specified file or folder was created. Read-only. |
DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. |
DateLastModified | Returns the date and time that the specified file or folder was last modified. |
Drive | Returns the drive letter of the drive on which the specified file or folder resides. |
DriveLetter | Returns the drive letter of a physical local drive or a network share. |
Drives | Returns a Drives collection consisting of all Drive objects available on the local machine. |
DriveType | Returns a value indicating the type of a specified drive. |
Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set. |
FileSystemProperty | Returns the type of file system in use for the specified drive. |
FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. |
IsReady | Returns true if the specified drive is ready; false if it is not. |
IsRootFolder | Returns true if the specified folder is the root folder; false if it is not. |
Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. |
Key | Sets a key in a Dictionary object. |
Line | Returns the current line number in a TextStream file. |
Name | Sets or returns the name of a specified file or folder. |
ParentFolder | Returns the folder object for the parent of the specified file or folder. |
Path | Returns the path for a specified file, folder, or drive. |
RootFolder | Returns a Folder object representing the root folder of a specified drive. |
SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume. |
ShareName | Returns the network share name for a specified drive. |
ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention. |
ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention. |
Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder. |
SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with hidden and system file attributes set. |
TotalSize | Returns the total space, in bytes, of a drive or network share. |
Type | Returns information about the type of a file or folder. |
VolumnName | Sets or returns the volume name of the specified drive. |