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

Threaded View

  1. #1
    Join Date
    Oct 2005
    Posts
    62

    Unhappy Creating folder on web sever using VB 6.0

    Hi,
    i want to write an application using vb 6.0. in this i am uploaing the files using vb 6.0 to webserver. now i want to do it as month wise, means every months folder will get create on webserver like "jan2006" or "feb2006" etc. suppose i want to upload any file in january 2006 then it will check is there any folder of name jan2006 , if present then it will store that file into that folder (i.e. on web), if not present then it should create & then upload(or store) that file into that folder. can it is possible using vb6.0. if yes then pls tell me the procedure.
    Last edited by query4u; January 2nd, 2006 at 07:36 AM.

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