Hello,
I am developing a desktop application that has a file export functionality.
I am using the IMAPIv2 and am able to burn media with blank media and media formatted using the Mastered formatting option.
However I would like to be able to determine if media have been formatted using the live file system so that I can use the standard File API to write file to the drive.
Does anyone have a method of determining this?
I have tried to used IFileSystemImage::IdentifyFileSystemsOnDisc method from IMAPIv2, however this returns None for both LFS and unformatted media.
Kind regards
Lee