EasySign BETA
Digital Signing Tool
Loading...
Searching...
No Matches
SAPTeam.EasySign.UnifiedPath.FolderFile Class Reference

Represents a file within a folder in the unified path system. More...

+ Inheritance diagram for SAPTeam.EasySign.UnifiedPath.FolderFile:

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.
 
- Properties inherited from SAPTeam.EasySign.UnifiedPath.FolderEntry
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

- Protected Member Functions inherited from SAPTeam.EasySign.UnifiedPath.FolderEntry
 FolderEntry (OSPath fullPath, OSPath root)
 Initializes a new instance of the FolderEntry class.
 

Detailed Description

Represents a file within a folder in the unified path system.

Definition at line 6 of file FolderFile.cs.

Constructor & Destructor Documentation

◆ FolderFile() [1/2]

SAPTeam.EasySign.UnifiedPath.FolderFile.FolderFile ( OSPath fullPath)

Initializes a new instance of the FolderFile class with the specified full path.

Parameters
fullPathThe full path of the file.

Definition at line 12 of file FolderFile.cs.

◆ FolderFile() [2/2]

SAPTeam.EasySign.UnifiedPath.FolderFile.FolderFile ( OSPath fullPath,
OSPath root )

Initializes a new instance of the FolderFile class with the specified full path and root path.

Parameters
fullPathThe full path of the file.
rootThe root path of the file.

Definition at line 22 of file FolderFile.cs.

Property Documentation

◆ Exists

bool SAPTeam.EasySign.UnifiedPath.FolderFile.Exists
get

Gets a value indicating whether the file exists at the specified path.

Definition at line 30 of file FolderFile.cs.


The documentation for this class was generated from the following file: