mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
8 lines
450 B
Plaintext
8 lines
450 B
Plaintext
File::Flat implements a flat file system. A flat file system is a
|
|
file system in which directories do not exist. It provides an
|
|
abstraction over any normal file system which makes it appear as if
|
|
directories do not exist. In effect, it will automatically create
|
|
directories as needed. This is create for things like install
|
|
scripts and such, as you never need to worry about the existence
|
|
of directories, just write to a file, no matter where it is.
|