File information download

File information download

davidLX9GM
Observer Observer
312 Views
1 Reply
Message 1 of 2

File information download

davidLX9GM
Observer
Observer

Hi, 

Does anyone know of a tool for downloading information for all files in a project or folder?

The kind of information to download would be "filename", "every version", and "date of each version".

Thanks

0 Likes
313 Views
1 Reply
Reply (1)
Message 2 of 2

j4n.vokurka
Advocate
Advocate

I don't know of a specific tool for this workflow, but you could easily modify a script provided here by @kandennti  to achieve this functionality:
https://forums.autodesk.com/t5/fusion-api-and-scripts/api-to-open-a-specific-file/td-p/10753366 

DataFile object provides access to versions, dateCreated and dateModified properties hence you can query your file structure for these and output the result into a table or something else.