Changeset 20896 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 24, 2009 3:38:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20890 r20896 2928 2928 > 2929 2929 <desc> 2930 Supported virtual file systems ofVFSExplorer.2930 Virtual file systems supported by VFSExplorer. 2931 2931 </desc> 2932 2932 … … 2962 2962 > 2963 2963 <desc> 2964 The VFSExplorer interface unif y theaccess to different file system2964 The VFSExplorer interface unifies access to different file system 2965 2965 types. This includes local file systems as well remote file systems like 2966 the S3 one. For a list of supported types see <link to="VFSType" />. 2966 S3. For a list of supported types see <link to="VFSType" />. 2967 An instance of this is returned by <link to="IAppliance::createVFSExplorer" />. 2967 2968 </desc> 2968 2969 2969 2970 <attribute name="path" type="wstring" readonly="yes"> 2970 <desc>Return the current path in the virtual file system.</desc>2971 <desc>Returns the current path in the virtual file system.</desc> 2971 2972 </attribute> 2972 2973 2973 2974 <attribute name="type" type="VFSType" readonly="yes"> 2974 <desc>Return the file system type which is currently in use.</desc>2975 <desc>Returns the file system type which is currently in use.</desc> 2975 2976 </attribute> 2976 2977 2977 2978 <method name="update"> 2978 <desc> This method updates the internal list of files/directories from the2979 current directory level. Use <link to=" entryList" /> to get the full list2979 <desc>Updates the internal list of files/directories from the 2980 current directory level. Use <link to="#entryList" /> to get the full list 2980 2981 after a call to this method.</desc> 2981 2982 … … 2986 2987 2987 2988 <method name="entryList"> 2988 <desc> Fetch thelist of files/directories after a call to <link2989 to=" update" />. The user is responcible for keeping this internal list up2990 do date.</desc>2989 <desc>Returns a list of files/directories after a call to <link 2990 to="#update" />. The user is responsible for keeping this internal 2991 list up do date.</desc> 2991 2992 2992 2993 <param name="aNames" type="wstring" safearray="yes" dir="out"> … … 3000 3001 3001 3002 <method name="exists"> 3002 <desc>Check if the given file list exists in the current directory3003 <desc>Checks if the given file list exists in the current directory 3003 3004 level.</desc> 3004 3005 … … 3008 3009 3009 3010 <param name="aExists" type="wstring" safearray="yes" dir="return"> 3010 <desc>The names which exist s.</desc>3011 <desc>The names which exist.</desc> 3011 3012 </param> 3012 3013 </method> 3013 3014 3014 3015 <method name="remove"> 3015 <desc>Remove the given file names from the current directory 3016 level.</desc> 3016 <desc>Deletes the given files in the current directory level.</desc> 3017 3017 3018 3018 <param name="aNames" type="wstring" safearray="yes" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.