CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Deepak53

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,365

    Re: permission denied execption

    thanks dglienna for the reply ....

    But my requirement is not only to copy the .txt file and put the contents in .txt file.
    It can be any file so thats why i was using that function.

    can u...
  2. Replies
    4
    Views
    1,365

    Re: permission denied execption

    i am using framework 4.0
  3. Replies
    4
    Views
    1,365

    permission denied execption

    i am writing a code for copy one file from a location to another.

    The code is as follows:
    Scripting.FileSystemObject copyobj = new Scripting.FileSystemObject();
    bool...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured