photo

Mike Tinston


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Detecting if a file is open by another application
In a Linux based system you can try: [stat, struct] = system(sprintf('lsof %s', filename)); If struct is empty, not proces...

7 years ago | 0