Functions and classes related to file and directory handling
save data (of any sort) as a pickle file
simple wrapper of the cPickle module in core python
load data (of any sort) from a pickle file
simple wrapper of the cPickle module in core python
Merge a folder into another.
Existing files in dst folder with the same name will be overwritten. Non-existent files/folders will be created.
Open an output file (or standard output) for writing.
Parameters: |
---|
Returns: |
---|
Notes: |
---|
If no known filename extension is given, and the delimiter is a comma, the extension .csv will be chosen automatically. If the extension is unknown and the delimiter is a tab, the extension will be .tsv. .txt will be chosen otherwise.
Return a delimiter based on a filename.
Parameters: |
---|
Returns: |
---|