|
Fatboy Slim on 03/11/10 - 14:00:03
Hey does anyone know how to create read-only files using FreeBASIC?
Todd on 03/12/10 - 17:36:06
Reply to this message
In Linux, Mac OS, and Unix, you would use "chmod" to change permissions.
In Windows, you can use a program called "cacls" to change file permissions. I'm not sure what the name of the function is in FB but try looking up something on "file permissions" or "access control lists" (ACLs). |
|