[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] ~ in filename
René Hertell <interchange-users@hertell.com> writes:
> Hi list,
>
> Is there any option that would enable interchange to accept a ~ (tilde) in a
> filename? I'm using HomeSite as an html-editor, and it creates a temp file
> with a ~ in the filename (hs~index.html) when I use the built-in preview.
> Now I get the "file not found" error instead of the file.
Try to add the tilde to this variable assignment in Util.pm:
$ESCAPE_CHARS::ok_in_filename =
'ABCDEFGHIJKLMNOPQRSTUVWXYZ' .
'abcdefghijklmnopqrstuvwxyz' .
'0123456789' .
'-:_.$/'
;
Ciao
Racke
--
Interchange Consulting