Fingerprint_Card
Loading...
Searching...
No Matches
Zwipe.Build.Tools.IO.FileSystemEntry Class Reference

Public Types

enum  EntryType { File , Directory }

Public Member Functions

 FileSystemEntry (string absolutePath, string relativePath)
override string ToString ()

Static Public Member Functions

static EntryType GetFileSystemEntryType (string path)
static string GetRealFileSystemEntryPath (string path, out EntryType type)

Properties

EntryType Type [get, set]
string AbsolutePath [get, set]
string RelativePath [get, set]

Member Enumeration Documentation

◆ EntryType

Enumerator
File 
Directory 

Constructor & Destructor Documentation

◆ FileSystemEntry()

Zwipe.Build.Tools.IO.FileSystemEntry.FileSystemEntry ( string absolutePath,
string relativePath )
Here is the call graph for this function:

Member Function Documentation

◆ GetFileSystemEntryType()

EntryType Zwipe.Build.Tools.IO.FileSystemEntry.GetFileSystemEntryType ( string path)
static
Here is the caller graph for this function:

◆ GetRealFileSystemEntryPath()

string Zwipe.Build.Tools.IO.FileSystemEntry.GetRealFileSystemEntryPath ( string path,
out EntryType type )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToString()

override string Zwipe.Build.Tools.IO.FileSystemEntry.ToString ( )

Property Documentation

◆ AbsolutePath

string Zwipe.Build.Tools.IO.FileSystemEntry.AbsolutePath
getset

◆ RelativePath

string Zwipe.Build.Tools.IO.FileSystemEntry.RelativePath
getset

◆ Type

EntryType Zwipe.Build.Tools.IO.FileSystemEntry.Type
getset

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