Go to the source code of this file.
Namespaces | |
| xorn.fileutils | |
| Writing files in a safe way. | |
Functions | |
| def | xorn.fileutils.follow_symlinks |
| Follow a series of symbolic links and return the destination path. More... | |
| def | xorn.fileutils.umask |
| Return the process's file mode creation mask. More... | |
| def | xorn.fileutils.write |
| Write some data to a file in a reasonably safe way. More... | |
Variables | |
| int | xorn.fileutils.MAXSYMLINKS = 256 |
How many symlinks to follow before returning ELOOP. More... | |
1.8.8