update_check

Check for updates and replace old files
ダウンロード: 193
更新 2014/7/15

ライセンスの表示

Check for updates and replace old files. It's possible to compare the modification date and the file size. Useful when some files are modified in one directory and you want to synchronize them with another folder.
USAGE
update_check(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)

INPUT
- FPATH: parent folder to search for changes (the original files are expected to be in MATLAB's search path)
- REC: 1 (search for files recursively, i.e., include all FPATH subfolders), 0 (only FPATH) [default: 0]
- CRIT: criterion: 'time' (compare the modification date) or 'size' (compare the file size) [default: 'time']
- EXT: cell array containing the file extension [default: {'m' 'mat' 'fig'}]
- REPLACE: 1 (replace old files), 0 (don't replace) [default: 0]

If any of the input variables is empty or missing, the default value will be used.

OUTPUT
- OLD_FILES: cell array with the name and path of the old files
- NOT_FOUND: cell array with the name and path of the files that were not found in the search path

引用

Guilherme Coco Beltramini (2024). update_check (https://www.mathworks.com/matlabcentral/fileexchange/47240-update_check), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSearch Path についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0