Re: problem with special characters in file command?
- From: billposer@xxxxxxxxxxxx
- Date: Sun, 29 Jun 2008 15:41:07 -0700 (PDT)
I'm not convinced there is a Tcl error here. If I understand
correctly, what you consider to be an error is the fact that both the
xml and wav files are listed when you glob the directory but that when
you execute file readable on the xml file, the result is 0. This need
not be an error. "file readable" does not test the mere existence of
the file; it tests whether it is readable. The result you are getting
is correct assuming that you do not have read permission for that
file. Your problem may be the permissions on the file rather than
anything in Tcl.
.
- Follow-Ups:
- Re: problem with special characters in file command?
- From: M. Strobel
- Re: problem with special characters in file command?
- References:
- problem with special characters in file command?
- From: M. Strobel
- Re: problem with special characters in file command?
- From: Gerald W. Lester
- Re: problem with special characters in file command?
- From: M. Strobel
- problem with special characters in file command?
- Prev by Date: Re: problem with special characters in file command?
- Next by Date: Re: timeout for "socket"?
- Previous by thread: Re: problem with special characters in file command?
- Next by thread: Re: problem with special characters in file command?
- Index(es):
Relevant Pages
|