DosErrString Function |
|
Namespace: XSharp.Core
FUNCTION DosErrString( dwError AS DWORD ) AS STRING
public static string DosErrString( uint dwError )
1FUNCTION Start() 2 Dir AA: // Bad device 3 QOut(DOSErrString(DOSError())) 4 // Path not found