how user defined tool avoid 8.3 filename format

changzq

Member
Forgive my poor English,when use user defined tool to send parameter "#file", it is the 8.3 filename format, but not full filename. such as "pk_eng_tag_srv"->"PKDE68~1.PCK", how to catch full filename? thank you ^_^
 
If you specify #file or #path then the file or path name will be converted to an 8.3 format.

If you specify "#file" or "#path" (with quotes) then the file or path name will not be converted and the quotes will be included.
 
Back
Top