A
Alamelu
In Windows XP how to find if a particular path is readonly
For Local path c:\Test
For Network Path \\10.33.33.33\Test
For Mapped Path (subst z: \\10.33.33.33\Test) z:\
I am able to find if a existing file is readonly using GetFileAttribute, but
to how to find if a path is readonly
For Local path c:\Test
For Network Path \\10.33.33.33\Test
For Mapped Path (subst z: \\10.33.33.33\Test) z:\
I am able to find if a existing file is readonly using GetFileAttribute, but
to how to find if a path is readonly