Directory¶
Directory.
DirectoryObject.ModifiedTime |
File or directory modification time. |
DirectoryObject.Directories |
Directories. |
DirectoryObject.Directories (String) |
Directories. |
DirectoryObject.Directories (String, Integer) |
Directories. |
DirectoryObject.Ext |
Ext. |
DirectoryObject.OpenInExplorer |
OpenInExplorer. |
DirectoryObject.Zip (String) |
Zip a file. |
DirectoryObject.FullName |
Gets the full path of the directory or file. |
DirectoryObject.MoveTo (String) |
Moves a file or directory to a new path. |
DirectoryObject.Rename (String) |
Renames a file or directory. |
DirectoryObject.Name |
Returns the object’s Name. |
DirectoryObject.Files |
Returns a file list from this directory. |
DirectoryObject.Files (String) |
Returns a file list from this directory. |
DirectoryObject.Files (String, Boolean) |
Returns a file list from this directory. |
DirectoryObject.Copy (String) |
Copy the object to the specified place. |
DirectoryObject.Delete |
Delete a file or folder. |
DirectoryObject.Directory |
Identifies a directory or the start point for directory operations. |
DirectoryObject.Directory (String) |
Identifies a directory or the start point for directory operations. |
DirectoryObject.File (String) |
Identifies a file or the start point for file operations. |
DirectoryObject.Create |
Create the object. |
DirectoryObject.Exists |
Determines whether the specified file or directory exists. |
DirectoryObject.Exists (String) |
Determines whether the specified file or directory exists. |
DirectoryObject.Parent |
Returns the element’s parent. |