Payhemfoh / CPP-List-File-App

A software writen in C++ which will list all the file in the folders given in the list (and the subfolders w/o symlink) into an sql file. (support Window and Unix system)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thank you for using this application.

This application contains 3 parts(4 files): Main Program : ListFileApp.exe Format Data : startformat.bin && endformat.bin Data File : folderList.txt

To use the program, please enter the full path of folders into the folderList.txt. A template file is given as example of the folderList.txt

This program will search all files and subfolders(not include symlink) in the folder given and produce an sql file which all the data are listed in a table automatically.

About

A software writen in C++ which will list all the file in the folders given in the list (and the subfolders w/o symlink) into an sql file. (support Window and Unix system)


Languages

Language:C++ 100.0%