[GB.XML]
* BUG: XmlReader can now correctly open files git-svn-id: svn://localhost/gambas/trunk@4655 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
2cbff79d05
commit
5e582b1c6e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Public Sub Open(path As String)
|
|||
|
||||
Dim fichier As File
|
||||
|
||||
fichier = Open "text.xml" For Input
|
||||
fichier = Open path For Input
|
||||
Me.InputStream = fichier
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue