Click or drag to resize

FileListControllerShowFilesInPath Method

Displays the files contained in the specified directory.

Namespace: Altaxo.Gui.Pads.FileBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowFilesInPath(
	string path
)

Parameters

path  String
The directory whose files should be shown.
See Also