hello everybody..
I have a table which contains all the info about a file i.e its id, name, size, createddt and modifieddt.
now i need to copy all the files(file content) to a local drive.
Gotta do this in c# console application. Can anybody help me?