network share
-
I have a remote Win 2K computer on my network which is sharing two folders and these folders are writable to me because I can create files within them. However, when I call NetShareGetInfo ("Path",502,etc. etc.) I get "Access Denied" error because according to documentation I have to be member of admin group on the remote computer. My question is how can I understand if a share is writable or not ? I tried to use GetFileSecurity API but I failed because it is too complicated for me. I could not understand how to use it. Which API I should be using and how ? Can somebody help me with this please. Thanks, Orcun Colak
-
I have a remote Win 2K computer on my network which is sharing two folders and these folders are writable to me because I can create files within them. However, when I call NetShareGetInfo ("Path",502,etc. etc.) I get "Access Denied" error because according to documentation I have to be member of admin group on the remote computer. My question is how can I understand if a share is writable or not ? I tried to use GetFileSecurity API but I failed because it is too complicated for me. I could not understand how to use it. Which API I should be using and how ? Can somebody help me with this please. Thanks, Orcun Colak