DIRECTORY_NAME
Used .NET classes
Static methods used
- {PATH}.invalid_path_chars
Security notes
Unhandled exceptions
Other notes
By reading comments in the C code of eif_is_directory_valid it seems the behavior of
{DIRECTORY_NAME}.is_valid is not clearly defined at all. In base.NET it returns True iff:
- The name is neither empty nor blank,
- The name doesn't contain invalid characters.