|
FAUST compiler
0.9.9.6b8
|
#include "files.hh"#include "compatibility.hh"#include <stdio.h>#include <stdlib.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| int | cholddir () |
| Switch back to the previously stored current directory. More... | |
| int | mkchdir (string dirname) |
| Create a new directory in the current one to store the diagrams. More... | |
| int | makedir (string dirname) |
| void | getCurrentDir () |
Variables | |
| static string | gCurrentDir |
| Room to save current directory name. More... | |
| int cholddir | ( | ) |
Switch back to the previously stored current directory.
Definition at line 40 of file files.cpp.
References gCurrentDir.
| void getCurrentDir | ( | ) |
| int makedir | ( | string | dirname | ) |
Definition at line 72 of file files.cpp.
References FAUST_PATH_MAX, and gCurrentDir.
Referenced by copyFaustSources(), and printDoc().

| int mkchdir | ( | string | dirname | ) |
Create a new directory in the current one to store the diagrams.
The current directory is saved to be later restored.
Definition at line 55 of file files.cpp.
References FAUST_PATH_MAX, and gCurrentDir.
Referenced by drawSchema(), and printDoc().

|
static |
Room to save current directory name.
Definition at line 34 of file files.cpp.
Referenced by cholddir(), getCurrentDir(), makedir(), and mkchdir().
1.8.7