Direct.h
Encyclopedia
Direct.h is a C++ header file that is used to manipulate directories.

Member functions

Name
Name
A name is a word or term used for identification. Names can identify a class or category of things, or a single thing, either uniquely, or within a given context. A personal name identifies a specific unique and identifiable individual person, and may or may not include a middle name...

Notes
NOTES
Natural orifice transluminal endoscopic surgery is an experimental surgical technique whereby "scarless" abdominal operations can be performed with an endoscope passed through a natural orifice then through an internal incision in the stomach, vagina, bladder or colon, thus avoiding any external...

int chdir(char* path)
int chdrive(int drive)
char* getcwd(char* buffer, size_t length)
int getdrive(void)
int mkdir(const char* pathname)
int rmdir(const char* pathname)
void fnmerge(char* path, const char* drive, const char* dir, const char* name, const char* ext)
int fnsplit(const char* path, char* drive, char* dir, char* name, char* ext)
char* searchpath(const char* file)

External references

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK