 | 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
Syntaxpublic string FindFile(
string file
)
Request Example
View SourceParameters
- file
- Type: SystemString
File name to find in one of the support folders.
Return Value
Type:
StringThe path to the file found in one of the support folders. It includes both the path and the specified file name.
RemarksIf 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