Locking file on system from standalone app

Is it possible to lock a file in a compiled, standalone Matlab exe so that some separate program will know the file is locked? I will control both apps, so it's ok if the lock is not strictly enforceable.

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 4 月 16 日

0 投票

One of the easier ways is to create a lock file that the other routine checks for, deleting the lock file to unlock.

2 件のコメント

Sean
Sean 2014 年 4 月 16 日
Is this a system function call, or do you simply create file.lock and check if that exists prior to reading?
Walter Roberson
Walter Roberson 2014 年 4 月 16 日
You can just create any file whose name is agreed upon between the two parts.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

質問済み:

2014 年 4 月 16 日

コメント済み:

2014 年 4 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by