Change a read-only file to writable
48 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
The Matlab Spot
2013-11-18
Search for function
fileattrib
in the matlab documentation
3 个评论
The Matlab Spot
2013-11-18
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. :)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!