Click or drag to resize

analyticConsoleWorkspacemakeFolderName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolderName(System.String,System.Boolean,System.IO.DirectoryInfo)"]

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public string makeFolderName(
	string folderName,
	bool avoidCollision = true,
	DirectoryInfo inDirectory = null
)

Parameters

folderName
Type: SystemString

[Missing <param name="folderName"/> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolderName(System.String,System.Boolean,System.IO.DirectoryInfo)"]

avoidCollision (Optional)
Type: SystemBoolean

[Missing <param name="avoidCollision"/> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolderName(System.String,System.Boolean,System.IO.DirectoryInfo)"]

inDirectory (Optional)
Type: System.IODirectoryInfo

[Missing <param name="inDirectory"/> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolderName(System.String,System.Boolean,System.IO.DirectoryInfo)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolderName(System.String,System.Boolean,System.IO.DirectoryInfo)"]

See Also