
convert absolut path to relative path
If it's relative path it's relative to something. So if you know that
"something" then just cut it from absolute path and that's it.
Example:
absPath="C:\dir1\dir2\dir3"
relPath1="dir2\dir3" 'relative to c:\dir1
relPath2="dir1\dir2\dir3" 'relative to c:\
If I understood your problem wrong, I'm sorry.
bye
Quote:
> Hi !
> Does anyone know how to convert an absolte path to a relative path an
> dcan give me some tips?
> Thanks
> Christoph Gotthardt