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

Search Results for

    Class CachedDirectoryInfo

    Represents cached information about a directory.

    Inheritance
    object
    CachedEntryInfo
    CachedDirectoryInfo
    Inherited Members
    CachedEntryInfo.Attributes
    CachedEntryInfo.CreationTime
    CachedEntryInfo.CreationTimeUtc
    CachedEntryInfo.LastAccessTime
    CachedEntryInfo.LastAccessTimeUtc
    CachedEntryInfo.LastWriteTime
    CachedEntryInfo.LastWriteTimeUtc
    CachedEntryInfo.ToString()
    Namespace: Singulink.IO
    Assembly: Singulink.IO.FileSystem.dll
    Syntax
    public class CachedDirectoryInfo : CachedEntryInfo

    Properties

    Name Description
    Path

    Gets the path to the directory.

    Methods

    Name Description
    Create(ReadOnlySpan<char>, PathOptions)

    Creates a cached info snapshot for an existing directory at the specified absolute path.

    Refresh()

    Refreshes the cached information about the file/directory. If the refresh fails for any reason, the existing snapshot is left unchanged.

    © Singulink. All rights reserved.