Need a program written in C/C++/python that takes a filename string as a command line argument and removes those characters from the string that are not supported as filenames in windows. The program must print the string after carrying out the above manipulation.
Need a program written in C/C++/python that takes a filename string as a command line argument and removes those characters from the string that are not supported as filenames in windows. The program must print the string after carrying out the above manipulation.