Quintiq file version 2.0 
 | 
#parent: Toolbar/DataHolderDirectoryFileItem 
 | 
Response OnDataChanged () id:Response_Toolbar_DataHolderDirectoryFileItem_OnDataChanged 
 | 
{ 
 | 
  #keys: '[108684.0.1769381685]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Update path                       
 | 
    EditorImportExportPath3DDrive.Text( guard( FileItem::FullPathFromURL( this.Data().URL() ), '' ) ); 
 | 
     
 | 
    // Memorize path on application level 
 | 
    if( not isnull( this.Data() ) ) 
 | 
    { 
 | 
      DataHolderLastSelected3DDriveDirectory.Data( this.Data().Copy() ); 
 | 
    } 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnDataChanged' 
 | 
} 
 |