How to go about creating a filename with invalid characters such as :?>

filenames

I need to do create a file with a filename such as :>?, is this possible somehow? Windows stops it.

Best Answer

Unfortunately, you cannot use the reserved characters when creating folders or files due to them being part of system functions.

What I recommend you do is look through the Character Map application - You can go to run and type charmap.

from here, you may be able to find alternate symbols that look the same, for example:

(copy and paste these, you will see that they are different)

Instead of forward slash / - you can use a division symbol

Instead of Colon : - you can use the modifier letter colon

and so on!

alt text