Skip to content

Branch main Interface IFileSystem

github-actions[bot] edited this page Apr 24, 2026 · 103 revisions

Interface: Ifilesystem

Back to Branch Overview

Field Value
Branch main
Source specs/interfaces/IFileSystem.pseudo.md
Commit 8ea5fdb8c6d9
Synced (UTC) 2026-04-24T05:19:15Z

Source Content

IFileSystem Interface

Abstract filesystem operations used by adapters, backup, verification, and audit mechanics.

Methods

readFile(path) -> string

Read file content.

writeFile(path, content)

Write file content.

fileExists(path) -> Boolean

Check file presence.

copyFile(fromPath, toPath) -> Boolean

Copy file content.

appendFile(path, content)

Append content to file.

Clone this wiki locally