PDA

View Full Version : DOS question


24giovanni
07-29-2006, 02:45 PM
Do short filenames (8.3) need to be specified by the user if they are needed for backward compatibility? Thanks for any help.

jlreich
07-29-2006, 03:04 PM
No you just have to abide by the rules when naming the file. If it already fits within the 8.3 format all will be fine when you look at the file in DOS. It's only truncated if the file is outside the 8.3 format.

24giovanni
07-29-2006, 04:30 PM
Thank you.