carlo wrote:
Hello there!!!

Is it possible to set the permissions attribute of a nsIFile in Windows?
I can set them in my Linux box but not in a Windows XP box.

Thank you in advance!
Ciao
carlo


The nsIFile implementation, nsLocalFileWin.cpp calls chmod() directly.

I am not sure that this is the wrong thing or if calling SetFileAttributes should be used instead.

http://lxr.mozilla.org/seamonkey/source/xpcom/io/nsLocalFileWin.cpp#1522

In any case, I file a tracking bug.

http://bugzilla.mozilla.org/show_bug.cgi?id=193814

Regards,

Doug Turner
[EMAIL PROTECTED]


Reply via email to