We want to validate file paths, e.g. foo/bar, which the user can enter. Is it possible to create files with leading or trailing space on OS X or Linux, e.g. foo/ bar /bazz?
We want to validate file paths, e.g. foo/bar , which the user can enter.
Share
In most file system you can use on linux, you are not allowed to use “/” and the NULL character in your filename. That’s all 🙂