Page 1 of 1

RAMZ TOOLS.

Posted: Thu Apr 03, 2025 9:06 am
by OrgZ
FOR MY FELLOW DEVELOPERS
Image

https://pixeldrain.com/u/CUvbt2uV

Detailed info:
This program scans the current directory for C++ source files (.cpp, .h) and a Makefile.

It then performs the following actions:
1. Creates a folder named "code" if it does not already exist.
2. Moves all .cpp and .h files into the "code" folder.
3. Moves a file named "Makefile" into the "code" folder if it exists.
4. Moves all other directories (except "code" itself) into the "code" folder.

Re: RAMZ TOOLS.

Posted: Sat Apr 05, 2025 7:24 am
by ZamChess
Thank you !