CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Location
    Philippines
    Posts
    3

    Unhappy Pls. help! Problem in C

    Hello everyone... I'm doing a program in C. What I want to do is that the user will input a folder name. My program is to check whether that folder reside i the server. The problem is... there is no mapping syntax in C. Should I use Unix script?? I'm not that knwledgeable in Unix
    pls help....

    my email add is [email protected]

  2. #2
    Join Date
    Jun 2003
    Location
    Philippines
    Posts
    3

    Pls help me

    pls help me with my problem....

  3. #3
    Join Date
    Apr 1999
    Location
    Potsdam
    Posts
    110
    Try an fopen() on the full folder name. If it fails the folder does not exist. Don't forget the fclose() though.

  4. #4
    Join Date
    Jun 2003
    Location
    Philippines
    Posts
    3

    can you map the server using fopen?

    I'M not in the server, you see I have a local PC and a server, the user will type in the flder name to the local pc, my program is to check whether that folder exist in the server.

  5. #5
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    What sort of connection is there between the server and the client?
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

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