CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2004
    Posts
    7

    How to SaveAs file into any path ???

    When I create a file, I want to save it into specific path. How must I do it?!
    Thanks!

  2. #2
    Join Date
    Feb 2004
    Posts
    6
    Would you please make a detail explanation?
    You created a file on web server?
    or some where?
    Last edited by evanjht; April 8th, 2004 at 04:23 AM.

  3. #3
    Join Date
    Apr 2004
    Posts
    7
    Hi evanjht,
    I thank you for answering, but I want to know whether my problem have to orient oneself !
    If true, I want to create a file on web server.
    Thanks!

  4. #4
    Join Date
    Feb 2004
    Posts
    6

    Question

    I still not quite sure about your problem.
    for file storing, you must specific a path for your file (either do this by your self or by default path setting)

    I think the focus must on determine the storing path.
    if you create the file on local machine, you can speicify the path directly. On web server, you must get project's path on server first..

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