So I started doing c programing and now I want to understand how file systems like fat 32 and NTFS works. So I want to know how to create a file transfering program. So here's a few questions....
1 How do I do it the portable way?
-find file size
-what data type to use in C to do the transfer
-explain the following:
from what I understand txt files are treated differently from other files
2 How to do it through windows
-how to call windows copy and cut functions, so that you get a popup dialog box that shows the trasfer in progress
-does it return anything to indicate a success or failure?
3 How to get file names from a given directory so that it is in the form of a 2d array
- how and where are those file names stored?