> Is there a simple way to change file permissions in Perl?

Martha,

The command "perldoc -f chmod" will give you information about the required
command. To be specific, if you want to make the file "C:\temp\bleah.txt"
writable, you would do:

        chmod 0666, "C:/temp/bleah";

Hope this helps.
Tammy

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to