IRemoveFilesComponent

This interface is meant to access existing file removal operations or create new ones.

Declaration

IRemoveFilesComponent : IDispatch

Properties

Array<IUpdate> RemoveFiles - Gets the collection of file removal operations in the project .

Methods

NewRemoveFile(IFolder aFolder, String aFileName) returns IRemoveFile
Creates a new file removal operation in the specified folder .

See also

IRemoveFile