How is FileInfo Serialized?

Posted by Josh G on Stack Overflow See other posts from Stack Overflow or by Josh G
Published on 2010-05-05T17:18:51Z Indexed on 2010/05/05 17:28 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

I want to save file metadata (mostly path/name) along with the contents of the file.

I noticed that FileInfo is serializable. Does anyone know data is serialized when you save a FileInfo object? I would assume that only metadata is saved, not the contents of the file?

© Stack Overflow or respective owner

Related posts about fileinfo

Related posts about metadata