Существует функция с именем movefile
, которая позволяет перемещать файлы в файловой системе. Тем не менее, вы должны передать местоположение ваших файлов * .c и * .h.
% Moves the file test.txt which is located in the current working
% directory into the folder "otherFolder"
movefile('./test.txt', '/otherFolder/test.txt', f);