In the PBDLL example-directory I've found a routine to convert a so called long path (e.g. "c:\program files") into a DOS-path: c:\progra~1.
Is there an opposite way? I've tried to use the GetFullPath API for this purpose, but it only returns the original short pathname as the new name.
(BTW: the shortpath-routine can be found in "\samples\common\common.bas")
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Is there an opposite way? I've tried to use the GetFullPath API for this purpose, but it only returns the original short pathname as the new name.
(BTW: the shortpath-routine can be found in "\samples\common\common.bas")
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment