am trying to rename some files (mp3) using the file header structure
I utilize findfirst and then use ff.name to get name and then parse the string up to the "-".
from this i create a new directory (mk
how do i now move (rename) the file to the new directory ?
include is dir.h to get header info
Or am i off base on my approach?
Thank you!!
I utilize findfirst and then use ff.name to get name and then parse the string up to the "-".
from this i create a new directory (mk
how do i now move (rename) the file to the new directory ?
include is dir.h to get header info
Or am i off base on my approach?
Thank you!!