Skip to main content
Known Participant
April 1, 2023
Question

How to delete InDesign file using script

  • April 1, 2023
  • 2 replies
  • 434 views

How to delete InDesign file using script . 

 

Please give me sample code or any website link..

2 replies

Community Expert
April 2, 2023

The website you need to refer is given below

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Application.html

It lists the properties and methods accessible to you when you code in Extendscript

-Manan

-Manan
Peter Kahrel
Community Expert
Community Expert
April 1, 2023
File ('d:/folder1/folder2/test.indd').remove();