Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C Library Reference - these functions pertain to directory manipulation. the following functions http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions pertain to directory manipulation.  The following functions
are defined:

chdir
    change current working directory

closedir
    close opened directory file

getcwd
    get current working directory

mkdir
    make a new directory

opendir
    open directory file

readdir
    read file name from directory

rewinddir
    reset position of directory stream

rmdir
    remove a directory

_wchdir (see chdir)
    change current working directory

_wclosedir (see closedir)
    close opened directory file

_wgetcwd (see getcwd)
    get current working directory

_wgetdcwd (see _getdcwd)
    get current directory on drive

_wmkdir (see mkdir)
    make a new directory

_wopendir (see opendir)
    open directory file

_wreaddir (see readdir)
    read file name from directory

_wrewinddir (see rewinddir)
    reset position of directory stream

_wrmdir (see rmdir)
    remove a directory

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson