PDA

View Full Version : chmod via itcl


b>d>>s
08-10-2003, 09:55 AM
how would i do this, after ive created a dir with file mkdir, how do i say chmod it to 777 ?

darkone
08-10-2003, 02:26 PM
from vfs documentation:

vfs write <directory/file> <Path> <Uid> <Gid> <Mode>

Return: 0 on success and 1 on error

PaJa
08-10-2003, 02:31 PM
Originally posted by darkone
from vfs documentation:

Where i can found documentation? hehe... havn't lucky yet.

darkone
08-10-2003, 02:37 PM
meant itcl documentation :)

b>d>>s
08-10-2003, 03:30 PM
ok, many thx