VirtualBox

Changeset 42618 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 6, 2012 1:31:38 PM (12 years ago)
Author:
vboxsync
Message:

Main/GuestCtrl: add FileRemove API. Untested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r42611 r42618  
    93819381  <interface
    93829382    name="IGuestSession" extends="$unknown"
    9383     uuid="a8bbf136-3f0d-42cd-9fd3-c5816adb10a0"
     9383    uuid="9233c0b5-8f0d-48b2-9b90-b730880f1e35"
    93849384    wsmap="managed"
    93859385    >
     
    97639763      <param name="exists" type="boolean" dir="return">
    97649764        <desc>TODO</desc>
     9765      </param>
     9766    </method>
     9767   
     9768    <method name="fileRemove">
     9769      <desc>
     9770        Remove a single file on the guest.
     9771
     9772      </desc>
     9773      <param name="path" type="wstring" dir="in">
     9774        <desc>Path to the file to remove.</desc>
     9775      </param>
     9776      <param name="returnCode" type="long" dir="return">
     9777        <desc>The IPRT status code returned by the operation.</desc>
    97659778      </param>
    97669779    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette