Skip to content

A simple C# utility that moves files to a folder of the same name, minus the extension.

License

Notifications You must be signed in to change notification settings

dallinlmag/MoveToFolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoveToFolder

A simple C# utility that moves files to a folder of the same name, minus the extension.

When running, you can specify the path to a file or directory as the only argument.

If you specify a file, it will move that file to a directory of the same name, minus the extension.

If you specify a directory, it wil move all files in the directory specified to their own folders.

If nothing is specified, the current directory is assumed.

About

A simple C# utility that moves files to a folder of the same name, minus the extension.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages