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
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
2014년 4월 16일
Walter Roberson
2014년 4월 16일
You can just create any file whose name is agreed upon between the two parts.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!