Differences From Artifact [b01c545d08]:
- File appfsd.tcl — part of check-in [152a83b125] at 2015-03-18 17:20:07 on branch trunk — Added basic support for removing the world/group permissions from files (user: rkeene, size: 26544) [annotate] [blame] [check-ins using]
To Artifact [c5b01df3b2]:
- File appfsd.tcl — part of check-in [9be4aa6a4a] at 2015-03-19 15:43:08 on branch trunk — Updated to indicate local files are not world-accessible (good idea ?) (user: rkeene, size: 26546) [annotate] [blame] [check-ins using]
| ︙ | |||
| 753 754 755 756 757 758 759 | 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 | - + - + | 
								set retval(childcount) [llength [getchildren $path]]
							}
							"file" {
								set retval(type) "file"
								set retval(size) $localpathinfo(size)
								_as_user {
									if {[file executable $localpath]} {
 | 
| ︙ |