Adds common utilities to work with file system structures:
FsFile and FsDirectory: a trait that provides a basic set of methods to work with a file or a directory, that should be available on all types of file systems
File and Directory: basic file / directory implementation, file-system independent (using the above traits)
Adds common utilities to work with file system structures:
FsFile
andFsDirectory
: a trait that provides a basic set of methods to work with a file or a directory, that should be available on all types of file systemsFile
andDirectory
: basic file / directory implementation, file-system independent (using the above traits)