Showing fractions in Filename Fields

Showing fractions in Filename Fields

Anonymous
Not applicable
3,512 Views
3 Replies
Message 1 of 4

Showing fractions in Filename Fields

Anonymous
Not applicable

Is there a way to display fractions in the Filename Field?

I have a drawing named 3/4"-P-110123-SPEC-N and the field displays as 3_4-P-110123-SPEC-N.

Is there a setting I can change to get the Field to display as 0.75-P-110123-SPEC-N or 3/4-P-110123-SPEC-N?

0 Likes
Accepted solutions (1)
3,513 Views
3 Replies
Replies (3)
Message 2 of 4

ben.saa
Autodesk Support
Autodesk Support
Accepted solution

Hi,

0.75-P-110123-SPEC-N Can be use as filename but not 3/4-P-110123-SPEC-N? as 3/ means folder directory 3

Message 3 of 4

jrsimmons4
Contributor
Contributor

As ben.saa alluded to in their post, it is a Windows file system limitation that does not allow forward or back slashes in file names. Forward and back slashes are used to differentiate folder levels and therefore cannot be used in file names.

 

Ex: C:\Program Files\Autodesk .....

 

As to the other part of your question, I do not know of a setting that will convert 3/4 to 0.75 in a filename, sorry.

Message 4 of 4

cwr-pae
Mentor
Mentor

You can't use a \ or / in a file name because they are used by the operating system's (windows for sure, MacApple and Unix also I think) file organization. You can use two single quotes (') as the inch symbol where double quotes aren't allowed. You can use the unicode \U+2215 for a / in ACad where otherwise the the / isn't allowed (in SSM and fields at least) but when saving or printing to a file you get an ampersand (&) if I remember correctly.