Results 1 to 3 of 3

Thread: Can you please explain these functions!

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    Can you please explain these functions!

    strcpy
    getcwd
    chdir
    _lread
    _lclose
    Baaaaaaaaah

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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,

  3. #3

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    thanks a lot!
    Baaaaaaaaah

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