Skip to content

Available Commands

Husko edited this page May 2, 2022 · 1 revision
usage: GetFileList.exe [options]

options:
  -h, --help            show this help message and exit
  -p PATH_TO_TARGET, --path PATH_TO_TARGET
                        Path to Target
  -f FILE_FORMAT, --format FILE_FORMAT
                        output format. plain & json supported
  -hf CALCULATE_HASHES, --hash CALCULATE_HASHES
                        calculate the hashes for all files. CRC32 only currently
  -ext FILE_ENDING, --extention FILE_ENDING
                        choose a prefered output extension e.g. log, txt

-h & --help = Shows you the output above

-p & --path = the path to the target directory you want to get a list of

-hf & --hash = calculate the hashes for the files. Currently only supports CRC32

-ext & -extention = choose the file extension. for example txt, log or anything else

Example Command

GetFileList.exe -p "Z:\Projects\Python\Husko's SteamWorkshop Downloader" -ext txt
Clone this wiki locally