OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
system.h File Reference

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)
 

Function Documentation

◆ changedir()

void changedir ( void  )

◆ changedrive()

void changedrive ( void  )

◆ copyfile()

void copyfile ( void  )

◆ createdir()

void createdir ( void  )

◆ currentdir()

char* currentdir ( void  )

◆ deletedir()

void deletedir ( void  )

◆ deletefile()

void deletefile ( void  )

◆ diskspace()

void diskspace ( void  )

◆ displayinfo()

void displayinfo ( char *  text[],
int  nlines 
)

◆ filecopy()

void filecopy ( char *  from,
char *  to 
)

◆ get_input_string()

int get_input_string ( char *  prompt,
char *  string 
)

◆ getfilename()

int getfilename ( char *  filename)

◆ listdirs()

void listdirs ( void  )

◆ listfiles()

void listfiles ( char *  filespec)

◆ movefile()

void movefile ( void  )

◆ pickfile()

char* pickfile ( char *  path,
char  attrib,
char *  title 
)

◆ showdir()

void showdir ( void  )

◆ showdrive()

void showdrive ( void  )

◆ verify()

int verify ( char **  text,
int  n 
)

◆ viewfile()

void viewfile ( char *  filespec,
int  height 
)