How do you read the properties of a file in C#? -
i working on 2 programs , both still in planning phase have 1 question need answer before finish planning. there anyway pull file in , read properties? want able read properties of image files , pull out resolution, file size, date taken, , that. , same music files (artist, album, length, on). closest i've found 6 year old project pull exif information out of images @ http://www.codeproject.com/kb/graphics/exifextractor.aspx . i'd thrilled if there 1 method pull properties out of both kinds of file types. i'll happy 2 separate ways.
are looking .net way access media metadata properties?
Comments
Post a Comment