IFolderInfo Members
In This Article
#Properties
Name | Description |
---|---|
Attributes |
Gets or sets file attributes.
Inherited from IFile |
Directory |
Gets a string representing the directory’s full path.
Inherited from IFile |
Exists |
Determines whether the specified file exists.
Inherited from IFile |
Name |
Gets a file or a folder name.
Inherited from IFile |
Path |
#Methods
Name | Description |
---|---|
Delete() |
Deletes a file or folder.
Inherited from IFile |
Move |
Moves a specified file to a new location and allows you to specify a new file name.
Inherited from IFile |
See Also