Why I get Error:CTF file '<PATH_TO_MY_FILE>.ctf' failed to open for 'Read' access. Error message: 'Open a zip file for read/modify failed.'
2 views (last 30 days)
Show older comments
Hello,
when I run my 64-bit executable file, compiled with MATLAB 7.14.0.739 (R2012a), I get the error
'<PATH_TO_MY_FILE>.ctf' failed to open for 'Read' access. Error message: 'Open a zip file for read/modify failed.'
despite the .ctf file has the read permission. Notice that the command unzip('MY_FILE.ctf') succeeds to unpack the archive. Any hint?
Thank you in advance for your help.
Giovanni
1 Comment
Walter Roberson
on 24 Feb 2014
I wonder what the error would be if it were unable to write into the location it thought it should be expanding the archive into ?
Answers (0)
See Also
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!