Skip to content

Transforms files named with backslashes on Unix into the appropriate names and subdirectories

License

Notifications You must be signed in to change notification settings

nobodyspecial1553/mkdir_backslash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdir backslash

The origin of this program was to convert the file names of an erroneously zipped program. It used backslashes instead of forward slashes, so they unzipped as files only, no directories. You can use this program to take those files and fix the output into the correct result.

Usage:

mkdir_backslash [flags] [input directory]
--no-delete: If the input files and output files are the same area, the input files will be automatically deleted, passing this flag prevents that
-r, --recursive: Recursively descends subdirectories
-d , --output-dir , --output-directory : Sets output location [CURRENTLY NOT IMPLEMENTED]

Build:

odin build . -no-assert -o:speed

About

Transforms files named with backslashes on Unix into the appropriate names and subdirectories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published