Message 1 of 1
Write to FileAssetMetaData3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone,
I'm trying to create a function in python to write the FileAssetMetaData3 (the bitmap paths) without opening the file. So far I managed to read the file but I'm a bit confused how to write the modified path. Does anyone have an idea how can I do this.
I'm using the olefile module in python, not win32com since this needs to run on different platforms.
Thanks!