'宣言 Public Shared Function Open( _ ByVal location As System.String, _ ByVal basePath As System.String, _ Optional ByVal openStream As System.Boolean _ ) As FileNameParser
'使用法 Dim location As System.String Dim basePath As System.String Dim openStream As System.Boolean Dim value As FileNameParser value = FileNameParser.Open(location, basePath, openStream)
public static FileNameParser Open( System.string location, System.string basePath, System.bool openStream )
パラメータ
- location
- 相対または絶対的なファイルパスまたは URL。
- basePath
- openStream
- location によって指定されたファイルを開くかどうかを示します。デフォルトでは true です。
戻り値の型
FileNameParser オブジェクト。