Checking path name

Joel joelcnz at gmail.com
Thu Dec 14 03:58:37 UTC 2023


If I get user input, for example, how do I check to see if it's a 
valid path, like, file name.

```d
// something like this:
if (getUserInput.isValidPath) {
...
}
```



More information about the Digitalmars-d-learn mailing list