First commit
This commit is contained in:
18
fileman.h
Normal file
18
fileman.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef FILEMAN_H_
|
||||
#define FILEMAN_H_
|
||||
#include <ncurses.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define FILE_ARR_SIZE 100
|
||||
|
||||
void addFiles(char*,char**,int,int);
|
||||
int findFileCount(char*);
|
||||
void removeDirFromPath(char*);
|
||||
void addSlash(char *);
|
||||
bool isFile(char *);
|
||||
bool fileExists(char *);
|
||||
#endif
|
Reference in New Issue
Block a user