I want to identify a windows share. My c# program is launched from a network share on different clients and I want to ensure that all client can only be started from one share on one server.
Is it possible to get the same information if my clients use e.g. this three pathes:
\\server01\MyShare
\\172.16.0.1\MyShare
Z:\
Maybe windows/samba offers a gui for every share.