home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / enl_DR-0.10.tar.gz / enl_DR-0.10.tar / enl / file.h < prev    next >
C/C++ Source or Header  |  1997-06-19  |  242b  |  13 lines

  1. void md(char *s);
  2. int exists(char *s);
  3. int isfile(char *s);
  4. int isdir(char *s);
  5. char **ls(char *d, int *num);
  6. void rmls(char **l, int num);
  7. void rm(char *s);
  8. time_t moddate(char *s);
  9. int filesize(char *s);
  10. void cd(char *s);
  11. char *cwd(void);
  12.  
  13.