|
-
Jul 19th, 2001, 08:47 PM
#1
Thread Starter
PowerPoster
Can you please explain these functions!
strcpy
getcwd
chdir
_lread
_lclose
-
Jul 19th, 2001, 10:19 PM
#2
PowerPoster
here it is...
strcpy is copy a character into a assign buffer.
getcwd is to retrieve the current working directory. (as the function named, get current working directory)
chdir = _chdir is to change the current working directory. (as the function named, change current working directory)
_lread is to read the data from a specified file.
_lclose is to close the specified file
regards,
-
Jul 19th, 2001, 11:41 PM
#3
Thread Starter
PowerPoster
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
|