Click or drag to resize

aceConsolePluginForFilesaceOperation_pathList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(Description = "Showing content of the current location", 
	GroupName = "path", Name = "List", ShortName = "dir", Order = 10)]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "Lists all files and directories of the current folder, like ls or dir command")]
public void aceOperation_pathList(
	bool compactView = false
)
Request Example View Source

Parameters

compactView (Optional)
Type: SystemBoolean
See Also