I am going to make a virtual file management system (note that it is virtual). Now the file copy and cut functions will not be done. Copy is not a strcpy that calls the DOS function. All operations are simulated in memory instead of operation. Copy files to hard drive! Please master help! !! Thank you! !! !!
Remember that there is an API for performing similar file operations on memory in Windows. It may be useful. You can check it out. It seems to be called
MemoryFile ()