didn't work

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • liran

    didn't work

    i allready tried this and its still shows the System.IO.File. File()
    is inaccessible due to its protection level error
  • Vijaye Raji

    #2
    Re: didn't work

    File doesn't have a constructor.

    If you're trying to open a file, use

    System.IO.File. Create(...) or
    System.IO.File. Open(...)

    HTH
    -vj

    "liran" <liranbaryoav@g mail.com> wrote in message
    news:440d4f8d.0 505122313.25088 4f2@posting.goo gle.com...[color=blue]
    >i allready tried this and its still shows the System.IO.File. File()
    > is inaccessible due to its protection level error[/color]


    Comment

    Working...