Class FileSystemFolderItem
Wrapper for the FileInfo
Inheritance
System.Object
FileSystemFolderItem
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.IO
Assembly: ImageVault.Common.dll
Syntax
public class FileSystemFolderItem : IFolderItem
Constructors
FileSystemFolderItem(FileInfo)
Declaration
public FileSystemFolderItem(FileInfo fileInfo)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileInfo | fileInfo |
Properties
Name
The name of the item
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ReadText()
Reads the contents from the item as text
Declaration
public string ReadText()
Returns
Type | Description |
---|---|
System.String |