Click or drag to resize

folderNodepathMake Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns properly compiled path, without file registration. This is alternative to pathFor(String, getWritableFileMode, String, Boolean)

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string pathMake(
	string filename
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.

Return Value

Type: String
Just makes path
See Also