Click or drag to resize

fileDataDescriptorBaseGetFilepath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.files.fileDataStructure
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract string GetFilepath(
	string path = "",
	IFileDataStructure instance = null,
	bool appendPathInOutput = false
)
Request Example View Source

Parameters

path (Optional)
Type: SystemString
instance (Optional)
Type: imbSCI.Core.files.fileDataStructureIFileDataStructure
appendPathInOutput (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also