Change a read-only file to writable
49 views (last 30 days)
Show older comments
kei hin
on 18 Nov 2013
Commented: The Matlab Spot
on 18 Nov 2013
Hello everyone, I used 'copyfile' to copy an Excel file to current folder, because the source file is read-only, so the destination is read-only too. But I want 'writable', how to do that? Thanks.
0 Comments
Accepted Answer
The Matlab Spot
on 18 Nov 2013
Search for function
fileattrib
in the matlab documentation
3 Comments
The Matlab Spot
on 18 Nov 2013
Tip: Whenever going through the help of any function, also look at the 'See Also' section at the end of the page. It contains link to function help of the related context. :)
More Answers (0)
See Also
Categories
Find more on Environment and Settings 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!