文件名称:update_check:检查更新并替换旧文件-matlab开发
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-21 03:30:41
matlab
检查更新并替换旧文件。 可以比较修改日期和文件大小。 当某些文件在一个目录中被修改并且您希望将它们与另一个文件夹同步时很有用。 用法更新检查(fpath) old_files = update_check(fpath) [old_files not_found] = update_check(fpath) [...] = update_check(fpath) [...] = update_check(fpath, rec) [...] = update_check(fpath, rec, crit) [...] = update_check(fpath, rec, crit, ext) [...] = update_check(fpath, rec, crit, ext, replace) 输入- FPATH:用于搜索更改的父文件夹(原始文件应位于 MATLAB 的搜索路径中) -
【文件预览】:
update_check.zip