Click or drag to resize

fileDataPropertyDescriptorGetFilepath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the filepath. Optionally sets instance property if [!:path] contains filename. In the most cases you want to use this without parameters

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

Parameters

path (Optional)
Type: SystemString
Optional target path information, may provide property value if propertyValue mode is set
instance (Optional)
Type: imbSCI.Core.files.fileDataStructureIFileDataStructure
Optionally, instance to set property value if propertyValue mode is used
appendPathInOutput (Optional)
Type: SystemBoolean
if set to true it will use path as prefix to output.

Return Value

Type: String
filename with extension, optionally full path with prefix path
See Also