EasySign
BETA
Digital Signing Tool
Loading...
Searching...
No Matches
FolderFile.cs
Go to the documentation of this file.
1
namespace
SAPTeam.EasySign.UnifiedPath
2
{
6
public
class
FolderFile
:
FolderEntry
7
{
12
public
FolderFile
(
OSPath
fullPath)
13
: this(fullPath,
OSPath
.Empty)
14
{
15
}
16
22
public
FolderFile
(
OSPath
fullPath,
OSPath
root)
23
: base(fullPath, root)
24
{
25
}
26
30
public
bool
Exists
=> File.Exists(
FullPath
);
31
}
32
}
SAPTeam.EasySign.UnifiedPath.FolderEntry
Represents an abstract base class for folder entries.
Definition
FolderEntry.cs:8
SAPTeam.EasySign.UnifiedPath.FolderEntry.FullPath
OSPath FullPath
Gets the full path of the folder entry.
Definition
FolderEntry.cs:23
SAPTeam.EasySign.UnifiedPath.FolderFile
Represents a file within a folder in the unified path system.
Definition
FolderFile.cs:7
SAPTeam.EasySign.UnifiedPath.FolderFile.Exists
bool Exists
Gets a value indicating whether the file exists at the specified path.
Definition
FolderFile.cs:30
SAPTeam.EasySign.UnifiedPath.FolderFile.FolderFile
FolderFile(OSPath fullPath, OSPath root)
Initializes a new instance of the FolderFile class with the specified full path and root path.
Definition
FolderFile.cs:22
SAPTeam.EasySign.UnifiedPath.FolderFile.FolderFile
FolderFile(OSPath fullPath)
Initializes a new instance of the FolderFile class with the specified full path.
Definition
FolderFile.cs:12
SAPTeam.EasySign.UnifiedPath.OSPath
Represents an operating system path and provides methods for path conversion and manipulation.
Definition
OSPath.cs:9
SAPTeam.EasySign.UnifiedPath
Definition
Folder.cs:2
src
EasySign
UnifiedPath
FolderFile.cs
Generated on Sun Apr 13 2025 for EasySign by Doxygen 1.12.0