tinfanide 19 Posted August 20, 2013 Report Share Posted August 20, 2013 I have successfully modified the file properties of MS Office files with the use of DSOFile. But how can files other than those be modified? Quote Link to post Share on other sites
justsomeguy 1,135 Posted August 20, 2013 Report Share Posted August 20, 2013 The easiest way would be to find a similar API from the vendor of the application whose files you want to modify, if they have an API for that. Quote Link to post Share on other sites
tinfanide 19 Posted August 20, 2013 Author Report Share Posted August 20, 2013 The file I want to modify is an mp4 video file (of course a bunch of them; that's why I need to do it programmatically). But I wonder why an API is needed. Does VBScript not support it natively? It can read those properties by FolderItem.GetDetailsOf(), yet can't write it, can it? Quote Link to post Share on other sites
justsomeguy 1,135 Posted August 20, 2013 Report Share Posted August 20, 2013 The DSOfile.dll file lets you access the OLE properties of a document, you can use that for extended NTFS properties. http://www.xtremevbtalk.com/showthread.php?t=210004 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.