Hello all,
I am writing some kind of a backup program to be used in a techinical service department of a store. the idea is to scan a harddisk for possible backups and so on. Now most of it offers no problem except the fact if the directory is protected with a password, meaning that a user account is coupled to the directories. I know how to by pass this manualy but i would like to do this through code, so that the user of the backup program doesnt need to know how to do this. so this in a few words. how to change the owner of a directory/ directories....
any help would be appreciated
ps language being used is c#
thx in advance
I am writing some kind of a backup program to be used in a techinical service department of a store. the idea is to scan a harddisk for possible backups and so on. Now most of it offers no problem except the fact if the directory is protected with a password, meaning that a user account is coupled to the directories. I know how to by pass this manualy but i would like to do this through code, so that the user of the backup program doesnt need to know how to do this. so this in a few words. how to change the owner of a directory/ directories....
any help would be appreciated
ps language being used is c#
thx in advance