Re: How to change short filename to long filename?


Posted by Jean Claude Servaye on June 28, 2000 at 17:30:04:

In Reply to: How to change 'C:\ALONGN~1\NEW.TXT' to 'C:\ALongName\New.txt' posted by Magus on June 26, 2000 at 04:33:51:

: Could someone help me with this?Using SHFileInfo I can
: get the Long File Name,but how can I do so with the directories too?
: Thanks in advance.

ExpandFileName('NEW.TXT');
Or
ExpandFileName('NewLon~1.txt');


Related Articles and Replies: