T tc Aug 21, 2003 #1 I would like to change the security settings in file properties. What can I do? Any idea? Thanks
C codewriter Aug 21, 2003 #2 Are you so lazy that you'd rather post a message on this NG than go to MSDN and do your search there? How about this File.GetAttributes?
Are you so lazy that you'd rather post a message on this NG than go to MSDN and do your search there? How about this File.GetAttributes?
A andrew lowe Aug 21, 2003 #3 codewriter said: Are you so lazy that you'd rather post a message on this NG than go to MSDN and do your search there? How about this File.GetAttributes? Click to expand... codewriter, How does File.GetAttributes help with *setting* the security attributes ?? I presume that you meant File.SetAttributes(), but this does not set the security permissions of the file. Have a look at: http://groups.google.com/groups?hl=...roup=microsoft.public.dotnet.languages.csharp hth andrew
codewriter said: Are you so lazy that you'd rather post a message on this NG than go to MSDN and do your search there? How about this File.GetAttributes? Click to expand... codewriter, How does File.GetAttributes help with *setting* the security attributes ?? I presume that you meant File.SetAttributes(), but this does not set the security permissions of the file. Have a look at: http://groups.google.com/groups?hl=...roup=microsoft.public.dotnet.languages.csharp hth andrew