CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    36

    Has anyone used SaveFileDialog with either Network Share or UNC Path

    Hello,

    I need to save a file on a network share, from within a SaveFileDialog. I have search the internet and have not found much on this process.

    I have tried setting the InitialDirectory to the UNC path, several ways, but neither worked.

    I'm also looking at creating a directory locally and then copy file, then on exit, delete temp directory.

    Thanks,

    Mike

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Has anyone used SaveFileDialog with either Network Share or UNC Path

    It's not clear what you want to do. SaveFileDialog doesn't save files per se, rather it allows a user to select a location to save a file.

    If you aren't going to prompt a user on where to save the file, then you don't need to use SaveFileDialog.

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