X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.0%2Fguicast%2Ffilesystem.h;h=40a0b7f688b6f7127c2806e20d3e91147708d107;hb=a88eb8f0281b88ae5a6dcef23d1b22f0c48a46cf;hp=012699f8ee336eec528bd3ee605a31cc3271defb;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/guicast/filesystem.h b/cinelerra-5.0/guicast/filesystem.h index 012699f8..40a0b7f6 100644 --- a/cinelerra-5.0/guicast/filesystem.h +++ b/cinelerra-5.0/guicast/filesystem.h @@ -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();