Interface IAbsolutePath
Represents an absolute path to a file or directory.
Inherited Members
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public interface IAbsolutePath : IPath, IEquatable<IPath?>
Properties
Name | Description |
---|---|
Attributes | Gets or sets the file/directory attributes. |
CreationTime | Gets or sets the file/directory's creation time as a local time. |
Exists | Gets a value indicating whether the file/directory exists. |
IsUnc | Gets a value indicating whether this path is a UNC path. This can only ever return true for paths that use the Windows path format. |
LastAccessTime | Gets or sets the file/directory's last access time as a local time. |
LastWriteTime | Gets or sets the file/directory's last write time as a local time. |
ParentDirectory | Gets the parent directory of this file/directory. |
PathExport | Gets a path string that is specially formatted for reliably accessing this path through file system calls. |
RootDirectory | Gets the root directory of this file/directory. |
Methods
Name | Description |
---|---|
GetLastExistingDirectory() | Gets the last directory in the path that exists. |
Explicit Interface Implementations
Name | Description |
---|---|
IPath.ParentDirectory | Gets the parent directory of this file/directory. |