Finding write access to a file

  • Thread starter Thread starter Ramachandran m s
  • Start date Start date
R

Ramachandran m s

Hi,

Can anyone tell me how to find that a file has write permissoins ??

like suppose i have a pdf file and i have opened in the adobe
acrobat, that file will be locked. So i need to know that if that file
is writable or not.

Thanks,
Ramachandran m s.
 
Get a FileInfo for the file and look at the Attributes property.
 
Back
Top