标签: matlab file-move
我正在尝试将目录中的所有文件和文件夹移动到另一个位置。我以为
movefile('D:\path\to\source\*', 'D:\destination\folder')
可以工作,但这给我一个错误
Error using movefile The requested lookup key was not found in any active activation context.