Click or drag to resize

SupportFoldersFindFile Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Looks for a file in one of the support folders.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string FindFile(
	string file
)
Request Example View Source

Parameters

file
Type: SystemString
File name to find in one of the support folders.

Return Value

Type: String
The path to the file found in one of the support folders. It includes both the path and the specified file name.
Remarks
If the specified file already exists it return the same value, if neither it cannot be found in any of the support folders it will return an empty string.
See Also