FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Property Path

    Path

    Gets the underlying absolute path of the file.

    Declaration
    public IAbsoluteFilePath Path { get; }
    Property Value
    Type Description
    IAbsoluteFilePath
    Remarks

    Prefer calling Open() to read repository files. Opening or otherwise accessing the file directly via this path requires understanding the sharing and deletion semantics used by the repository. Using inappropriate FileMode, FileAccess, or FileShare values can interfere with the repository's cleanup, transaction, and concurrency behavior. Accessing the file directly through this path results in undefined behavior and is not supported. Use at your own risk.

    © Singulink. All rights reserved.