Re: Formatting and scanning paths containing spaces



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).
.