diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-22 10:36:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-22 10:36:55 (GMT) |
commit | 6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5 (patch) | |
tree | 45b1edb7116157a264b586880f0f3b0989bd3ce8 /doc | |
parent | dca34fd2a8e63fc14396f851889696c3793a2a1d (diff) | |
download | tcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.zip tcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.tar.gz tcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.tar.bz2 |
* doc/file.n: [Bug 3613671]: Added note to portability section on the
fact that [file owned] does not produce useful results on Windows.
Diffstat (limited to 'doc')
-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 |