Hi guys, i have a question.
Why this work:
FileSetAttrib("C:\Documents and Settings\Windows Xp\Desktop\Test", "+SH",1)
And this not?
$Folder="test"
FileSetAttrib('"' & @WorkingDir & "\" & $Folder & '"', "+SH",1)
Is a limitation or my error?
Thanks for support