|
| class | File |
| | A File interface, providing generic means of reading from and writing to files. 更多...
|
| |
| class | FileData |
| | Data buffer paired with a filename (used for type identification). 更多...
|
| |
| class | Filesystem |
| |
| class | FileWatch |
| | OS directory watch with a main-thread event queue. Desktop/mobile: backed by Poco::DirectoryWatcher (see FileWatch.cpp). WebGPU (Emscripten): the browser VFS has no native file watching, so this is a no-op stub — add()/remove() return false, poll() returns false. 更多...
|
| |
| class | HotReload |
| | Path→reload dispatcher for soft hot reload. Driven from load.nut via pollWatch → tryReload; also used by watchTree. 更多...
|
| |