Getting Fileinfo and fileattributes in one read operation ?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I want to store some files in a database. So it would be nice to keep all information (fileinfos, attributs and rights) when they will be restored. Is there a way to get all the (file)informations on block (struct) and not to collect them by each item with FileInfo or FileAttributes. And the next question is how to restore these fileinfos in an similar, easy way ? tnx frank