https://bugzilla.novell.com/show_bug.cgi?id=345455
Summary: Microsoft.VisualBasic.Interaction.Command() includes
filename
Product: Mono: Class Libraries
Version: 1.2.6
Platform: x86
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: VB Runtime
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Found By: ---
Description of Problem:
Wrong output shown in this simple test program:
Module Module1
Sub Main(ByVal args() As String)
Console.WriteLine("command is [" + Command() + "]")
End Sub
End Module
Steps to reproduce the problem:
Command line is "mono testcommand.exe 1 2 3"
Actual Results:
command is [C:\test\testcommand.exe 1 2 3]
Expected Results:
command is [1 2 3]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs