Click or drag to resize

folderNodepathFor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns path with filename specified. Optionally, sets fileDescription for directory readme generator

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string pathFor(
	string filename,
	getWritableFileMode mode = getWritableFileMode.none,
	string fileDescription = "",
	bool updateExisting = false
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.
fileDescription (Optional)
Type: SystemString
The file description - if not specified, it will try to improvize :)
updateExisting (Optional)
Type: SystemBoolean
if set to true it will force update if any existing file description was found. RegisterFile(String, String, Boolean)

Return Value

Type: String
The path
See Also