Re: Counterpart to "ProcessPath"

Posted by Lee P12462 on July 04, 2008

In Reply to Re: Counterpart to "ProcessPath" posted by webmaster Guido on July 02, 2008

Thanks Guido,

I didn't "test" the code; I dreamed it up while writing the message to delphiland :-)

To be a real pureist, I should probably say:

ProcessPath(FullName, Drive, DirPart, FilePart);
DirPart := IncludeTrailingPathDelimiter(DirPart);
Filespec := Drive + ':' + DirPart + MyNewFilePart;

Thanks again for verifying that the function I was wanting was not there for me to find :-)

Lee

Related articles

       

Follow Ups