sanitize_file_name
Sanitize the file name.
Remove the directory path, and replace wildcards ? * and chars<' ' with underscore.
string sanitize_file_name(string filename);
Last updated
Was this helpful?
Sanitize the file name.
Remove the directory path, and replace wildcards ? * and chars<' ' with underscore.
string sanitize_file_name(string filename);
Last updated
Was this helpful?