Get iProperties from File Path Alone, Without having to Open the File - iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This seems impossible as nobody has ever asked this question it seems, but is there a way to get the description or part number from a part file based entirely on having the file path? All other solutions seem to make you open the document. I also need to write to this value so read only properties wont work.
For Each oFile In System.IO.Directory.GetFiles("FILEPATH", "*.ipt", IO.SearchOption.AllDirectories) MsgBox(iProperties.Value(oFile, "Project", "Description"))
Next
Please help.
Link copied