Changes between Version 1 and Version 2 of DeleteFile


Ignore:
Timestamp:
Apr 25, 2007, 9:00:44 AM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • DeleteFile

    v1 v2  
    11= Deleting files =
    22
    3       To delete a file from a host, use the function
     3To delete a file from a host, use the function
     4
    45{{{
    56delete_file(int host_id, const char* file_name)
    67}}}
    7  or the command line program (run from the project root dir)
     8
     9or the command line program (run from the project root dir)
     10
    811{{{
    912delete_file -host_id X -file_name Y
    1013}}}
    11  delete_file() creates a message for the specific host and adds it to  the msg_to_host table. This message instructs the client to delete the file. The message is included in the next scheduler reply to the host. The message XML has the form
    1214
     15delete_file() creates a message for the specific host and adds it to  the msg_to_host table. This message instructs the client to delete the file. The message is included in the next scheduler reply to the host. The message XML has the form
    1316
    1417{{{