IProjectBrowseViewInitializeCurrentFolder Method |
Sets the display in what folder we are currently in.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void InitializeCurrentFolder(
string currentFolder,
bool isFullNameFolder
)
Parameters
- currentFolder String
- Name of the current folder.
- isFullNameFolder Boolean
- True if the full name is shown, instead of only the short name
See Also