Feeds
질문
I am using matlab file in which i am able to create the new folder according to the time, but the thing is i want to copy the files from a specific file to this newly made folder according to time.
dfile=[datestr(now,'mm-dd-yyyy HH.MM.SS'),'folder']; mkdir(dfile); this is my code for making new folder with time, how ...
거의 8년 전 | 답변 수: 1 | 0
