|
-
June 10th, 2003, 01:08 AM
#1
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]
-
June 10th, 2003, 01:14 AM
#2
Pls help me
pls help me with my problem....
-
June 11th, 2003, 07:08 AM
#3
Try an fopen() on the full folder name. If it fails the folder does not exist. Don't forget the fclose() though.
-
June 11th, 2003, 05:59 PM
#4
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.
-
June 12th, 2003, 01:12 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|