The list class represents a linked list.
 
void string_save(const string &s, url u)
 
bool is_newer(url which, url than)
 
url subdirectories(url u)
 
void move(url u1, url u2)
 
bool append_string(url u, const string &s, bool fatal)
 
bool save_string(url file_name, const string &s, bool fatal=false)
 
bool is_local_and_single(url u)
 
bool is_symbolic_link(url u)
 
bool load_string(url file_name, string &s, bool fatal)
 
void string_append_to_file(const string &s, url u)
 
void copy(url u1, url u2)
 
url url_temp(string suffix="")
 
string string_load(url u)
 
void append_to(url what, url to)
 
bool is_of_type(url name, string filter)
 
array< string > read_directory(url u, bool &error_flag)
 
string suffix(url u, bool use_locase)