Hi, This is definately possible, however it may taka some work. It may also require a C or C++ compiler to create a dll that LabVIEW can call to get the results.
Some of the Windows SDK functions that you would need to call are GetFileSize(), GetFileTime(), GetFileTitle(), GetFileVersionInfo(). You can get more information on this functions at MSDN under <a href = "http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/file_management_reference.asp">File Management Functions.</a> It will probably be best if you compile this into a C/C++ DLL and have LabVIEW call it. I hope this helps. Regards, Juan Carlos N.I.
