Change a read-only file to writable

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.

 Respuesta aceptada

The Matlab Spot
The Matlab Spot el 18 de Nov. de 2013
Search for function
fileattrib
in the matlab documentation

3 comentarios

The Matlab Spot
The Matlab Spot el 18 de Nov. de 2013
Use it after 'copyfile'
kei hin
kei hin el 18 de Nov. de 2013
Done! Thank you very much.
The Matlab Spot
The Matlab Spot el 18 de Nov. de 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. :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Nov. de 2013

Comentada:

el 18 de Nov. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by