diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-30 01:05:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-30 01:05:48 (GMT) |
commit | 77befed765bd876b11882607e8bdf4eb976df127 (patch) | |
tree | cdbe5db833ad956ae007bda88564cb455442ad9f /doc/file.n | |
parent | f193bb719a2961f02094c50c2fdd95fa5b5357fb (diff) | |
parent | 6a1cc41ccac84140abbe6011995eefbf2e8a4435 (diff) | |
download | tcl-77befed765bd876b11882607e8bdf4eb976df127.zip tcl-77befed765bd876b11882607e8bdf4eb976df127.tar.gz tcl-77befed765bd876b11882607e8bdf4eb976df127.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -481,6 +481,13 @@ Returns \fB1\fR if file \fIname\fR is writable by the current user, . These commands always operate using the real user and group identifiers, not the effective ones. +.TP +\fBWindows\fR\0\0\0\0 +. +The \fBfile owned\fR subcommand currently always reports that the current user +is the owner of the file, without regard for what the operating system +believes to be true, making an ownership test useless. This issue (#3613671) +may be fixed in a future release of Tcl. .SH EXAMPLES .PP This procedure shows how to search for C files in a given directory |