Include a Forward Slash (/) in File Name

Include a Forward Slash (/) in File Name

amitnkukanur
Collaborator Collaborator
9,125 Views
5 Replies
Message 1 of 6

Include a Forward Slash (/) in File Name

amitnkukanur
Collaborator
Collaborator

Hello,

 

I am doing customization for Vault professional 2013 and using C#.net (VS 2010) as Development Language.As per customer requirement they need a file naming system in Vault is respective folders. 

 

As per customer requirement they need to include a forward slash i.e.  / in the file names.

 

I tried to rename it manually, my problem is it possible to rename using coding to include such special characters in file names.

 

 

rgds

Amit

Senior Software Engineer
0 Likes
9,126 Views
5 Replies
Replies (5)
Message 2 of 6

minkd
Alumni
Alumni

No it is not possible to include invalid characters in a file name.  If it were allowed, you would not be able to store the file on a windows filesystem.

 

-Dave



Dave Mink
Fusion Lifecycle
Autodesk, Inc.
0 Likes
Message 3 of 6

amitnkukanur
Collaborator
Collaborator
Ok, Mink. Thanks for the information provided

Regards
Amit
Senior Software Engineer
0 Likes
Message 4 of 6

FaridNacer
Explorer
Explorer

Instead of using a slash ("/"), you could use a fraction slash ("⁄") or a division slash ("⁄") which are usually indistinguishable (to the human eye, at least), especially when not next to a common slash. Here's an example in WIndows:

 

slash.jpg

 

and the same file in Vault:

 

slash.jpg

I created the above slash by holding the Alt key and entering 8260 on the numeric keypad.

 

It's an odd solution. But then again, the client request seems equally odd.

0 Likes
Message 5 of 6

amitnkukanur
Collaborator
Collaborator

Hello FaridNacer,

 

The idea which you specified is not working here

 

rgds

amit

 

Senior Software Engineer
0 Likes
Message 6 of 6

8500jagadeesh1
Community Visitor
Community Visitor

There is something called fraction symbol, Please see this link https://www.alt-codes.net/fraction-symbols

You can copy required fraction symbol and paste it in your file, it works well. 

 

Have it a go!

0 Likes