CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Move a file

  1. #1
    Join Date
    May 2010
    Posts
    54

    Smile Move a file

    My home network has 4 computers(A,B,C,D) to share files and I use one (D) as a file server.
    Will I have any error report if I run a program X to move a file from A(\\group\\AShared) to B(\\group\\BShared) ? I have not done this before and I would like to know in advance. Thank you

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Move a file

    It all depends on the permissions for the users/groups for this (write/create) access...
    Just try it and you will see...
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured