Hi
How can I find if the given name is valid for creating the directory Name for example
\\11.11.1.111\d$\GO_Document_Management\\qwe_qwe_200\ // It is valid for directory name
\\11.11.1.111\d$\GO_Document_Management\\qwe_<>_///_qwe_200\ // It is not valid for directory name . I want to avoid all forbidden characters while creating the folder
Please any method in Asp.net core to find the correct name for folder
Kind regards
Pol