Hi,
I want to check if the logged in user have the access to a file share before he launches the application present in that file share.
publicstaticstring userName = System.Environment.UserName;
Then need to check if the userName have read access to share path -->
\\opfilesr2\aquarius
Can you please help me with the code logic?