Is there any standard procedure or other proc to convert long names returned by "file join" operation eg.
"c:/this is test/tt ab/*.gif"
to short names ( "c:/this~1/tt~1" ; may not be righ) that can be used in 8.3 to do the folloing.
set ok [dir $short_dir_name]
Thanks,
nick
"c:/this is test/tt ab/*.gif"
to short names ( "c:/this~1/tt~1" ; may not be righ) that can be used in 8.3 to do the folloing.
set ok [dir $short_dir_name]
Thanks,
nick