KB-32926: Moving files via E3.

Question:

How can I move a TXT file between folders via E3?

Solution:

To do so, you must use the VBScript’s MoveFile() method.

Example:

Set fso = CreateObject(“Scripting.FileSystemObject”)
fso.MoveFile “C:\file.txt”, “c:\destination\”
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 *