Equals signs in file names causing confusion
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 3495.
--- Comment added on 7/11/02 2:42:59 PM ---
The equals sign is a legal filename character under the Windows file systems,
it's seen commonly in temporary internet files.
The logic in TStFileOperation for determining whether to use the Multiple
Destination Files option is determined solely by whether an "=" exists on any of
the lines.
Propose to require that filenames containing "=" must be quoted.