Rev 969 | Rev 981 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 969 | Rev 976 | ||
|---|---|---|---|
| Line 51... | Line 51... | ||
| 51 | string ftos(float f); |
51 | string ftos(float f); |
| 52 | string str_replace(string search, string replace, string str); |
52 | string str_replace(string search, string replace, string str); |
| 53 | string file_get_contents(string filename); |
53 | string file_get_contents(string filename); |
| 54 | bool file_exists(string filename); |
54 | bool file_exists(string filename); |
| 55 | string escape(string in); |
55 | string escape(string in); |
| - | 56 | string rpad(string in, int length, char c); |
|
| - | 57 | string lpad(string in, int length, char c); |
|
| 56 | 58 | ||
| 57 | class FileTools |
59 | class FileTools |
| 58 | { |
60 | { |
| 59 | public: |
61 | public: |
| 60 | static vector<string> GetDirList(string path); |
62 | static vector<string> GetDirList(string path); |