genvid.toolbox.FileSyncFolder

class genvid.toolbox.FileSyncFolder(source: Path, **kwargs)

Bases: SyncFolder

source

The source of the folder.

manifest_file

The path to the manifest file.

getFileStats(path: Path) FileStats

Return the FileStats associated with path.

Parameters

path – The file to extract the information.

Returns

The stats of the file.

class sync.FileSyncFolder

Implementation of genvid.toolbox.FileSyncFolder