Delete Folders

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11508
    doug
    Moderator

    You can use a remote command in BP to do this. We might add more direct functionality for deleting files/folders in a future version.

    For now though…

    To remove a single file:

    Remote Command 3/4 (logged output):

    del "C:Temptemp2myfile.txt" /q


    To remove an entire directory:

    Remote Command 3/4 (logged output):

    rmdir "C:Temptemp2" /s /q

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.