EasySign BETA
Digital Signing Tool
|
Represents a file within a folder in the unified path system. More...
Public Member Functions | |
FolderFile (OSPath fullPath) | |
Initializes a new instance of the FolderFile class with the specified full path. | |
FolderFile (OSPath fullPath, OSPath root) | |
Initializes a new instance of the FolderFile class with the specified full path and root path. | |
Properties | |
bool | Exists [get] |
Gets a value indicating whether the file exists at the specified path. | |
![]() | |
OSPath | FullPath [get] |
Gets the full path of the folder entry. | |
OSPath | Path [get] |
Gets the relative path of the folder entry from the root. | |
OSPath | Root [get] |
Gets the root path of the folder entry. | |
Additional Inherited Members | |
![]() | |
FolderEntry (OSPath fullPath, OSPath root) | |
Initializes a new instance of the FolderEntry class. | |
Represents a file within a folder in the unified path system.
Definition at line 6 of file FolderFile.cs.
SAPTeam.EasySign.UnifiedPath.FolderFile.FolderFile | ( | OSPath | fullPath | ) |
Initializes a new instance of the FolderFile class with the specified full path.
fullPath | The full path of the file. |
Definition at line 12 of file FolderFile.cs.
Initializes a new instance of the FolderFile class with the specified full path and root path.
fullPath | The full path of the file. |
root | The root path of the file. |
Definition at line 22 of file FolderFile.cs.
|
get |
Gets a value indicating whether the file exists at the specified path.
Definition at line 30 of file FolderFile.cs.