Mike Tinston
Followers: 0 Following: 0
Feeds
답변 있음
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...
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년 전 | 0