userlibandfileserver/fileserver/inc/f32file.h
changeset 105 ea2434cf3670
parent 102 ef2a444a7410
child 109 b3a1d9898418
--- a/userlibandfileserver/fileserver/inc/f32file.h	Tue May 04 16:57:20 2010 +0100
+++ b/userlibandfileserver/fileserver/inc/f32file.h	Tue May 04 18:23:12 2010 +0100
@@ -680,6 +680,15 @@
     ETrue value means that the drive is finalised
     */
     EIsDriveFinalised,
+    
+    /**
+    Query the volume to ascertain whether File system extensions
+    are supported on this volume.
+    A boolean value is returned within the buffer defined as TPckgBuf<TBool>. 
+    ETrue value means that extensions are supported.
+    EFalse means they are not supported.
+     */
+    EFSysExtensionsSupported,
 	};
 
 /**