Class CachedEntryInfo
Represents cached information about a file or directory.
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public abstract class CachedEntryInfo
Properties
Name | Description |
---|---|
Attributes | Gets the file/directory attributes. |
CreationTime | Gets the file/directory's creation time as a local time. |
CreationTimeUtc | Gets the file/directory's creation time in Coordinated Universal Time (UTC). |
LastAccessTime | Gets the file/directory's last access time as a local time. |
LastAccessTimeUtc | Gets the file/directory's last access time in Coordinated Universal Time (UTC). |
LastWriteTime | Gets the file/directory's last write time as a local time. |
LastWriteTimeUtc | Gets the file/directory's last write time in Coordinated Universal Time (UTC). |
Path | Gets the path to the file/directory. |
Methods
Name | Description |
---|---|
Refresh() | Refreshes the cached information about the file/directory. |