How to copy all files and directories and subdirs except...
Moderators: Hacker, petermad, Stefan2, white
How to copy all files and directories and subdirs except...
the folder Release (and its contents) and Debug (and its contents) generated from the compiler.
Thanks in advance
Thanks in advance
______________________
David Jorge
Personal License #117854
David Jorge
Personal License #117854
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
1. Press F5
2. On the second line enter:
*.* | Debug\ Release\
This will exclude all subfolders with these names (and all their subfolders too).
2. On the second line enter:
*.* | Debug\ Release\
This will exclude all subfolders with these names (and all their subfolders too).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It would be easy to add for internal packers, but wouldn't work with external like RAR or plugins because I only pass subdir names to them. Therefore they would always pack the entire subdirectory.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I haven't tested that yet, but it will depend on the plugin - some will handle it, some will not.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com