PathToolsBrowseFile Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static string BrowseFile(
string startRelativePath,
string fileFilter,
string rootPath
)
Public Shared Function BrowseFile (
startRelativePath As String,
fileFilter As String,
rootPath As String
) As String
public:
static String^ BrowseFile(
String^ startRelativePath,
String^ fileFilter,
String^ rootPath
)
static member BrowseFile :
startRelativePath : string *
fileFilter : string *
rootPath : string -> string
- startRelativePath String
-
- fileFilter String
-
- rootPath String
-
String