FileExtrasGetAbsoluteFilePath Method |
get the matching file for a substring of the file name
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetAbsoluteFilePath(
string partialFN,
string basedir
)
Public Shared Function GetAbsoluteFilePath (
partialFN As String,
basedir As String
) As String
public:
static String^ GetAbsoluteFilePath(
String^ partialFN,
String^ basedir
)
static member GetAbsoluteFilePath :
partialFN : string *
basedir : string -> string
Parameters
- partialFN
- Type: SystemString
a part of the file name to look for - basedir
- Type: SystemString
Return Value
Type:
String
See Also