Name | Description | |
---|---|---|
![]() | DriveLetter | Returns an IDriveLetter object representing the drive of this absolute path. |
![]() | Exists | Gets a value indicating whether the file or directory represented by this absolute path exists. |
![]() | IsSupportedByTheCurrentOperatingSystem | Gets a value indicating if the current absolute path is supported by the current operating system. |
![]() | Kind | Gets the AbsolutePathKind value for this path. |
![]() | ParentDirectoryPath | Returns a new absolute directory path representing the parent directory of this absolute path. |
![]() | UNCServer | Returns the server string if this is a UNC path with syntax '\\server\share\path'. |
![]() | UNCShare | Returns the share string if this is a UNC path with syntax '\\server\share\path'. |