08-07-2006 03:43 AM
08-07-2006 04:30 AM
08-07-2006 04:35 AM
08-07-2006 09:42 AM - edited 08-07-2006 09:42 AM
Message Edited by jasonhill on 08-07-2006 09:43 AM
08-07-2006 11:58 AM
08-07-2006 12:09 PM
@GerdW wrote:
there is also a 'convert string to path' function (LV71: string palette, string/array/path conversion)!
Just as a side comment, I recommend NOT to use "string to path" and "path to string" for any file name manipulation like this.
It is much better and safer to use strip path and build path exclusively for this purpose because they make the program platform independent. If you (even temporarlily) treat entire paths as strings, you run into problems if your program is ever used on a different OS (e.g. Windows vs. Mac vs. Linux).