Re: problem with special characters in file command?



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



Relevant Pages

  • Re: Request for permission type failed
    ... In order to give your program the permissions you need, go to the .NET Administration applet and add a new permission set that corresponds to your application. ... DataGridView are read and writen to the .XML using DataSet.ReadXml ... StackCrawlMark& stackMark, Boolean isPermSet) ... access, Int32 rights, Boolean useRights, FileShare share, Int32 ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Incorrect XML returned
    ... the JOIN clause looks a little odd to me. ... FOR XML AUTO ... UserGroupID int) ... (1, 1, 'Test Permission') ...
    (microsoft.public.sqlserver.xml)
  • Re: XMLDocument Save Method fails with Permission Denied
    ... "serialization" security permission should be ... It is needed since the streamreader I believe ... making some alterations to the XML obtained ... > an object, make changes to the objects data, and then 'de-serialize' ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: problem with special characters in file command?
    ... xml and wav files are listed when you glob the directory but that when ... you execute file readable on the xml file, ... is correct assuming that you do not have read permission for that ...
    (comp.lang.tcl)