Hnxml Standard
    Preparing search index...

    Type Alias Filedeletion

    Task to delete the file on node target, at path/file

    Example: This entry asks for deletion of home/asdf.txt on machine with ID "missionTestNode"

    <goal type="filedeletion" target="advExamplePC" file="asdf.txt" path="home"/>
    
    type Filedeletion = {
        file: string;
        path: string;
        target: string;
        type: "filedeletion";
    }
    Index

    Properties

    Properties

    file: string
    path: string
    target: string
    type: "filedeletion"