Click or drag to resize
FileExtrasGetAbsoluteFilePath Method
get the matching file for a substring of the file name

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetAbsoluteFilePath(
	string partialFN,
	string basedir
)

Parameters

partialFN
Type: SystemString
a part of the file name to look for
basedir
Type: SystemString

Return Value

Type: String
See Also