
Announcements
Hi All,
I am having a folder structure.
Test/ABC #1/CFD #2/Sample
I am trying to create a folder inside Sample but i am getting.
Bad Gateway Error
"The filename, directory name, or volume label syntax is incorrect.
Can someone suggest a work around here I cannot change the folder name.
Please help me.
Thanks
Hi @AshwiniVish1 !
The "#" symbol is not typically allowed in folder or file names in many file systems and might be causing the error you are seeing.
To work around this issue, you can try any of the following:
Replace the special character with an allowed character: You can replace the "#" symbol with an allowed character, such as an underscore "_" or a hyphen "-." For example, you can rename the folder "#1/CFD" "#2/Sample" with "_1/CFD" "_2/Sample". This should allow you to create the folder without any issues.
I hope this helps.
Regards,
Nathan Alvares
----------------------------------------------------------------------------------------------------------------------------------------
If this helps & solves your problem, please remember to give a "Thumbs up" and "Accept my solution" as it will help others in the future.