How to avoid forbidden characters in file names? #6962
Unanswered
ultram4rine
asked this question in
Q&A
Replies: 1 comment
|
I guess substitute will help: substitute:
\*: _need to test it |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, real life example, asterisk sign * in filename on NTFS filesystem is forbidden. Any way to avoid it using path formats?
All reactions