Effacer les filtres
Effacer les filtres

How to rename a file with a string from user input?

3 vues (au cours des 30 derniers jours)
Stefan
Stefan le 30 Jan 2018
Modifié(e) : Stefan le 30 Jan 2018
Hi,
I would like to use a string from a text in prompt and then use movefile to rename a pdf file. Unfortunately, I can't figure out how to use the string for the file name. I would really appreciate your help.
Thanks, Stefan

Réponses (1)

KSSV
KSSV le 30 Jan 2018
prompt = 'Give name of file:' ;
str = input(prompt,'s') ;
Now use str
  1 commentaire
Stefan
Stefan le 30 Jan 2018
Modifié(e) : Stefan le 30 Jan 2018
Thanks for your answer. My code still doesn't work:
a ='T:\...\default.pdf';
newName = str;
movefile( a, newName );

Connectez-vous pour commenter.

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by