Garry's Mod Wiki

DFileBrowser:OnSelect

  DFileBrowser:OnSelect( Panel selectedPanel, string filePath )

Description

Called when a file is selected.

Arguments

1 Panel selectedPanel
The panel that was clicked to select this file.

This will either be a DListView_Line or SpawnIcon depending on whether the model viewer mode is enabled. See DFileBrowser:SetModels.
2 string filePath
The path to the file that was selected.