-
-
Notifications
You must be signed in to change notification settings - Fork 33
dlib.filesystem
Timur Gafarov edited this page Oct 2, 2017
·
4 revisions
Platform-independent file I/O abstraction. Includes file system interfaces and their implementations for Posix and Windows. Files are represented as streams (see dlib.core.stream).
- dlib.filesystem.filesystem - abstract part (interfaces)
- dlib.filesystem.local - statically selected default implementation
- dlib.filesystem.stdfs - GC-free implementaion based on standard C library (where possible) and platform-specific APIs (where not)