genvid.toolbox.FileSyncFolder

class genvid.toolbox.FileSyncFolder

Bases: SyncFolder

An implementation of SyncFolder for a local folder.

is_thread_safe = True

If the object is thread safe

New in version 1.46.0.

__init__(source: Path, **kwargs)
Parameters:

source – The root of the folder.

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