How to Convert Folder to byte[] and again byte[] to Folder [closed]
any idea how can I do this I dnt want to manage bytes[] of each files of folder.
Thanx
The question makes no sense. Folders do not have any binary content, only files do. You will need to enumerate all files in the folder and open them separately.
精彩评论