Module editor_file_system

Procs

proc getFilesystem(self: EditorFileSystem): EditorFileSystemDirectory {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc isScanning(self: EditorFileSystem): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getScanningProgress(self: EditorFileSystem): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scan(self: EditorFileSystem) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scanSources(self: EditorFileSystem) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc updateFile(self: EditorFileSystem; path: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getFilesystemPath(self: EditorFileSystem; path: string): EditorFileSystemDirectory {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc getFileType(self: EditorFileSystem; path: string): string {.
gcsafe, locks: 0, raises: [], tags: []
.}