in reply to Re: stat on file name containing single quotes
in thread stat on file name containing single quotes
A simple workaround is to use forward slashes instead of backslashes. Windows accepts them without problems. The only place where forward slashes may become problematic is on the command line of external programs. In that case, a simple tr|/|\\| helps.
Alexander
|
|---|