Re: Formatting and scanning paths containing spaces
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Wed, 19 Sep 2007 07:39:15 -0500
anoved wrote:
Can anyone recommend a robust method for formatting and scanning
arbitrary file paths? My specific concern is supporting paths that may
contain spaces.
Do *NOT* use [format] and [scan]!!!
Use [file split] and [file join] plus [lindex]. Also use [file normalize] to get the full filename/path into OS independent format and [file nativename] to get the filename/path into OS dependent format (for passing to other programs).
.
- Follow-Ups:
- Re: Formatting and scanning paths containing spaces
- From: anoved
- Re: Formatting and scanning paths containing spaces
- References:
- Formatting and scanning paths containing spaces
- From: anoved
- Formatting and scanning paths containing spaces
- Prev by Date: Re: OK, it's the matter of database structure rather
- Next by Date: Re: Formatting and scanning paths containing spaces
- Previous by thread: Re: Formatting and scanning paths containing spaces
- Next by thread: Re: Formatting and scanning paths containing spaces
- Index(es):