Directories: renaming, moving, creating
-
Hello, I would like to create a utility that automatically moves MP3 files around and creates directories or deletes them based on my criteria. What is the preferred MFC functions to use for copying, renaming, deleting, and moving both files and directories? ("Directory" is a difficult search word because it results in everything dealing with MFC installation, not directory manipulation). Thanks! JennyP
-
Hello, I would like to create a utility that automatically moves MP3 files around and creates directories or deletes them based on my criteria. What is the preferred MFC functions to use for copying, renaming, deleting, and moving both files and directories? ("Directory" is a difficult search word because it results in everything dealing with MFC installation, not directory manipulation). Thanks! JennyP
CopyFile(Ex), MoveFile(Ex), DeleteFile Search for File Management Functions
-
CopyFile(Ex), MoveFile(Ex), DeleteFile Search for File Management Functions
SHFileOperation is also a good choice ! Max.