2005-08-19 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 6541.vb
index 5403eaeda66e3a0ff8e6971fa951f0049852b71c..a20c6c5193f0df78fa591a3495f6d676fca55d0d 100644 (file)
@@ -36,7 +36,7 @@ Public Class TestClass
         fn = FreeFile()
         ' Calculate the record length.
         RecLength = Len(Employee)
-        FileOpen(fn, "data\random.txt", OpenMode.Random, , , RecLength)
+        FileOpen(fn, "data/random.txt", OpenMode.Random, , , RecLength)
         FileClose(fn)
         Return "success"
     End Function