Trees | Indices | Help |
|
---|
|
Filesystem-based access functions and disk templates.
|
|||
FileDeviceHelper | |||
FileStorage File device. |
|
|||
|
|||
frozenset |
|
||
list |
|
||
|
|||
|
|||
list |
|
||
|
|||
|
|||
string |
|
Imports: logging, errno, os, compat, constants, errors, pathutils, utils, io, base
|
Retrieves the free and total space of the device where the file is located.
|
Cross-checks a list of paths for prefixes considered bad. Some paths, e.g. "/bin", should not be used for file storage.
|
Returns a list of file storage paths whose prefix is considered bad. See _ComputeWrongFileStoragePaths. |
Checks if a path is in a list of allowed paths for file storage.
|
Loads file containing allowed file storage paths.
|
Checks if a path is allowed for file storage.
|
Checks whether the given path is usable on the file system. This checks wether the path is existing, a directory and writable.
|
Checks whether the path exists and is acceptable to use. Can be used for any file-based storage, for example shared-file storage.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:09 2016 | http://epydoc.sourceforge.net |