Expand description

NTFS format management.

Functions

Imports Collections from the NTFS files in the given directory.

Imports Collections from a zip file containing the NTFS.

Imports a Model from the NTFS files in the given directory.

Imports a Model from a zip file containing the NTFS.

Imports a Model from an object implementing Read and Seek and containing a zip file with a NTFS.

Imports a Model from the NTFS files in the given directory. This method will try to detect if the input is a zipped archive or not. If the default file type mechanism is not enough, you can use from_zip or from_dir.

Imports Collections from the NTFS files in the given directory. This method will try to detect if the input is a zipped archive or not. If the default file type mechanism is not enough, you can use from_zip or from_dir.

Exports a Model to the NTFS files in the given directory.

Exports a Model to a NTFS ZIP archive at the given full path.