Re: Converting Windows file names to "short format"?
Posted By:
Luigi_Viggiano
Posted On:
Wednesday, December 5, 2001 03:23 PM
you shall use "\" instead of "" (it's a special 'escape' char) or use "/" instead. You can also obtain the File.separator and use it instead. This can be the problem...
Re: Converting Windows file names to "short format"?
Posted By:
Luigi_Viggiano
Posted On:
Wednesday, December 5, 2001 03:13 PM
This is a OS dependant feature and you cannot get short name with Java. Anyway this is just a backward compatibility for DOS and Win16 apps, so you should not refer to files with short names.