'宣言 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
- Relative or absolute file path or URL.
- basePath
- openStream
- Indicates whether the file specified by location should be opened, true by default.
戻り値の型
The FileNameParser object.