rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / guicast / filesystem.h
index 012699f8ee336eec528bd3ee605a31cc3271defb..40a0b7f688b6f7127c2806e20d3e91147708d107 100644 (file)
@@ -93,7 +93,8 @@ public:
        int extract_dir(char *out, const char *in);    // extract the directory from the path
        int extract_name(char *out, const char *in, int test_dir = 1);  // extract the name from the path
        int join_names(char *out, const char *dir_in, const char *name_in);    // combine a directory and filename
-       static int64_t get_date(char *filename);        // get the date of the filename modification
+       static int64_t get_date(const char *path);        // get the date of the filename modification
+       static void set_date(const char *path, int64_t value); // set the date of the file
        static int64_t get_size(char *filename);        // Get the number of bytes in the file.
        int add_end_slash(char *new_dir);
        int total_files();