VFileSystemInfo Class
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
Base class for both VFile
Syntax
public abstract class VFileSystemInfo
Inherited Members
Constructors
Name | Description |
---|---|
VFile |
Initializes a new instance of the VFile |
Fields
Name | Description |
---|---|
Full |
Full path of the node. |
Original |
Original path of the node.
|
Properties
Name | Description |
---|---|
Attributes | Gets or sets the attributes for the file or directory. |
Creation |
Gets or sets the creation date and time for the file or directory. |
Creation |
Gets or sets the creation date and time for the file or directory. The time is expressed in the UTC format. |
Exists | Method returns true when the file or directory exists; otherwise returns false. |
Extension | Gets the extension of the file. |
Full |
Gets the full path of the file. |
Last |
Gets or sets the last access date and time for the file or directory. |
Last |
Gets or sets the last access date and time for the file or directory. The time is expressed in the UTC format. |
Last |
Gets or sets the last write date and time for the file or directory. |
Last |
Gets or sets the last write date and time for the file or directory. The time is expressed in the UTC format. |
Name | Gets the name of the file or directory. |
Methods
Name | Description |
---|---|
Refresh() | Method tries to refresh values of properties in this instance. |
To |
Method returns the full path of the directory or file. |