many thanks. this works....
but still one problem left. it creates the "link" in the root dir.
i found this in the script ....
file mkdir "$root/$latestlink$lastdir"
if {[file exists "$root/$latestlink$lastdir"]} {
vfs chattr "$root/$latestlink$lastdir" 1 "$vfs"
how i can change this to make the latestdirlink in the root\home\
dir ?
mabey this way ?
file mkdir "$root/home/$latestlink$lastdir"
if {[file exists "$root/home/$latestlink$lastdir"]} {
vfs chattr "$root/home/$latestlink$lastdir" 1 "$vfs"
or depends this linkscript, on the user which is logged in ?
thanks forward ...
|