OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Functions | |
int | getfilename (char *filename) |
int | get_input_string (char *prompt, char *string) |
int | verify (char **text, int n) |
char * | pickfile (char *path, char attrib, char *title) |
void | displayinfo (char *text[], int nlines) |
char * | currentdir (void) |
void | showdir (void) |
void | listdirs (void) |
void | changedir (void) |
void | createdir (void) |
void | deletedir (void) |
void | viewfile (char *filespec, int height) |
void | listfiles (char *filespec) |
void | deletefile (void) |
void | movefile (void) |
void | filecopy (char *from, char *to) |
void | copyfile (void) |
void | diskspace (void) |
void | changedrive (void) |
void | showdrive (void) |
void changedir | ( | void | ) |
void changedrive | ( | void | ) |
void copyfile | ( | void | ) |
void createdir | ( | void | ) |
char* currentdir | ( | void | ) |
void deletedir | ( | void | ) |
void deletefile | ( | void | ) |
void diskspace | ( | void | ) |
void displayinfo | ( | char * | text[], |
int | nlines | ||
) |
void filecopy | ( | char * | from, |
char * | to | ||
) |
int get_input_string | ( | char * | prompt, |
char * | string | ||
) |
int getfilename | ( | char * | filename | ) |
void listdirs | ( | void | ) |
void listfiles | ( | char * | filespec | ) |
void movefile | ( | void | ) |
char* pickfile | ( | char * | path, |
char | attrib, | ||
char * | title | ||
) |
void showdir | ( | void | ) |
void showdrive | ( | void | ) |
int verify | ( | char ** | text, |
int | n | ||
) |
void viewfile | ( | char * | filespec, |
int | height | ||
) |