userlibandfileserver/fileserver/inc/f32file.h
changeset 102 ef2a444a7410
parent 90 947f0dc9f7a8
child 109 b3a1d9898418
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
   678     Not all file systems may support this query.
   678     Not all file systems may support this query.
   679     A boolean value is returned within the buffer defined as TPckgBuf<TBool>. 
   679     A boolean value is returned within the buffer defined as TPckgBuf<TBool>. 
   680     ETrue value means that the drive is finalised
   680     ETrue value means that the drive is finalised
   681     */
   681     */
   682     EIsDriveFinalised,
   682     EIsDriveFinalised,
       
   683     
       
   684     /**
       
   685     Query the volume to ascertain whether File system extensions
       
   686     are supported on this volume.
       
   687     A boolean value is returned within the buffer defined as TPckgBuf<TBool>. 
       
   688     ETrue value means that extensions are supported.
       
   689     EFalse means they are not supported.
       
   690      */
       
   691     EFSysExtensionsSupported,
   683 	};
   692 	};
   684 
   693 
   685 /**
   694 /**
   686 @publishedAll
   695 @publishedAll
   687 @released
   696 @released