KB-45928: Deleting files in E3.

Question:

How can I delete files in E3?

Solution:

To do so, use the following script:

‘Search for file to be deleted
Application.ShowFilePicker True, File
‘Delete file
Set filesys = CreateObject(“Scripting.FileSystemObject”)
filesys.DeleteFile File

See sample application attached to this article.

Attachments:

ExDeleteFile

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *