Finding write access to a file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ramachandran m s

    #1

    Finding write access to a file

    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.

  • Göran Andersson

    #2
    Re: Finding write access to a file

    Get a FileInfo for the file and look at the Attributes property.

    Ramachandran m s wrote:[color=blue]
    > 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.
    >[/color]

    Comment

    Working...