File System File System
File System File System
DocFX + Singulink = ♥

Search Results for

    Class CachedEntryInfo

    Represents cached information about a file or directory.

    Inheritance
    object
    CachedEntryInfo
    CachedDirectoryInfo
    CachedFileInfo
    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.

    © Singulink. All rights reserved.