Checking path name

Basile B. b2.temp at gmx.com
Thu Dec 14 22:52:51 UTC 2023


On Thursday, 14 December 2023 at 03:58:37 UTC, Joel wrote:
> 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) {
> ...
> }
> ```

https://dlang.org/phobos/std_file.html#exists


More information about the Digitalmars-d-learn mailing list