Table of Contents

Class FileSystemEntry

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a file system entry (file or directory). Classes which handle file: FileInfoDB->FileInfo FileInfoSerie->FileInfoLite FileSystemEntry StorageFile

public class FileSystemEntry
Inheritance
FileSystemEntry
Inherited Members
Extension Methods

Properties

IsFile

Gets or sets a value indicating whether this entry is a file (true) or directory (false).

public bool IsFile { get; set; }

Property Value

bool

Path

Gets or sets the path of the file system entry.

public string Path { get; set; }

Property Value

string