Skip to main content
Known Participant
March 10, 2023
Question

How to delete after effect >edit>purge>All memory and disk cache through programmatically

  • March 10, 2023
  • 1 reply
  • 440 views

How to delete after effect >edit>purge>All memory and disk cache through programmatically. I need to clean purge after effect sdk in c++

This topic has been closed for replies.

1 reply

Community Expert
March 10, 2023

AEGP_DoCommand(2372);

that will purge memory cache. i'm not sure about disk cache. you can use "app.findMenuCommandId('menu command name for disk cache cleaning')" in extendscript to find the command number for that. the command numbers are the same for c++ and javascript.