Go to the source code of this file.
◆ VipBasename()
| void VipBasename |
( |
const char * | orig, |
|
|
char * | dest ) |
◆ VipDirname()
| void VipDirname |
( |
const char * | orig, |
|
|
char * | dest ) |
◆ VipExists()
| int VipExists |
( |
const char * | filename | ) |
|
◆ VipFileCat()
| void VipFileCat |
( |
const char * | toadd, |
|
|
const char * | dst ) |
◆ VipFileSeparator()
| char VipFileSeparator |
( |
| ) |
|
◆ VipIsDirectory()
| int VipIsDirectory |
( |
const char * | dirname | ) |
|
◆ VipIsSymlink()
| int VipIsSymlink |
( |
const char * | path | ) |
|
◆ VipMkdir()
| int VipMkdir |
( |
const char * | dirname | ) |
|
◆ VipRename()
| void VipRename |
( |
const char * | src, |
|
|
const char * | dst ) |
◆ VipTmpDirectory()
| const char * VipTmpDirectory |
( |
| ) |
|
◆ VipUnixFilename()
| void VipUnixFilename |
( |
const char * | orig, |
|
|
char * | dest ) |
◆ VipUnlink()
| void VipUnlink |
( |
const char * | file | ) |
|