search for: set_permission

Displaying 4 results from an estimated 4 matches for "set_permission".

Did you mean: set_permissions
2004 Nov 10
1
Silly question of the day:
Hi, > > Hi all, > > I noticed that I named the permission methods "get_permission" and > "set_permission". For some reason this is bugging me. Would anyone object > if I changed it to "get_permissions" and "set_permissions"? I don''t really > want to create an alias... > Following is the Result of the Google Search get_permissions : 1190 get_permission...
2006 Mar 25
1
Help with File.set_permissions port
I''ve got a (broken) version of File.set_permissions in CVS, and I need some help finishing it off please. Heesob, can you take a look? Thanks, Dan
2004 Nov 09
0
Silly question of the day: "permission" vs "permissions"
Hi all, I noticed that I named the permission methods "get_permission" and "set_permission". For some reason this is bugging me. Would anyone object if I changed it to "get_permissions" and "set_permissions"? I don''t really want to create an alias... Regards, Dan
2004 Mar 13
0
Win32-file update for FileSecurity
Hi, I''ve commited win32-file update for FileSecurity DACLs Added some constants, three singleton functions, and test code. Calling Syntax is like this: Win32::File.set_permission(''filename'',{''Everyone''=>Win32::File::FULL, ''NT AUTHORITY\\SYSTEM''=>Win32::File::CHANGE, ''BUILTIN\\Administrators''=>Win32::File::READ}) Win32::File.get_permis...