Locking file on system from standalone app
Afficher commentaires plus anciens
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.
Réponses (1)
Walter Roberson
le 16 Avr 2014
0 votes
One of the easier ways is to create a lock file that the other routine checks for, deleting the lock file to unlock.
2 commentaires
Sean
le 16 Avr 2014
Walter Roberson
le 16 Avr 2014
You can just create any file whose name is agreed upon between the two parts.
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!