Basically I'm kind of new to VB, can someone please help me make a program that:
goes through every file in a directory and replaces any “$” characters in the filename with “_”.
And if possible i'd like to hardcode the directory in the program (we can call the directory X for now) and to make sure it goes through subdirectories as well.
Thanks for the help
goes through every file in a directory and replaces any “$” characters in the filename with “_”.
And if possible i'd like to hardcode the directory in the program (we can call the directory X for now) and to make sure it goes through subdirectories as well.
Thanks for the help