VIP: Volume Image Processing |
![]() |
#include <vip/util/strlist.h>
Go to the source code of this file.
Enumerations | |
| enum | VipCopyFlags { VipNone = 0 , VipRecursive = 1 , VipPreserve = 2 , VipSymlinks = 4 , VipArchive = VipRecursive | VipPreserve | VipSymlinks } |
Functions | |
| VipStringList * | VipShellExpand (const char *pattern) |
| VipStringList * | VipListDirectory (const char *path) |
| void | VipCp (const char *srcpatt, const char *dst, int flags) |
| void | VipMv (const char *srcpatt, const char *dst) |
| void | VipRm (const char *pattern, int flags) |
| enum VipCopyFlags |
| Enumerator | |
|---|---|
| VipNone | |
| VipRecursive | |
| VipPreserve | |
| VipSymlinks | |
| VipArchive | |
Definition at line 31 of file shelltools.h.
| void VipCp | ( | const char * | srcpatt, |
| const char * | dst, | ||
| int | flags ) |
| VipStringList * VipListDirectory | ( | const char * | path | ) |
| void VipMv | ( | const char * | srcpatt, |
| const char * | dst ) |
| void VipRm | ( | const char * | pattern, |
| int | flags ) |
| VipStringList * VipShellExpand | ( | const char * | pattern | ) |