Member Junction
    Preparing search index...

    Node.js implementation of IFileSystemProvider using the built-in fs module. Used by SQLServerDataProvider to provide filesystem access on the server side.

    Uses synchronous fs methods wrapped in an async interface for simplicity and backward compatibility with existing logging behavior (previously appendFileSync). Can be upgraded to true async (fs.promises) in the future if needed.

    Implements

    Index

    Constructors

    Methods