|
anyKode Marilou
|
Testing if argument exists.
static bool Exists(xkode::lib::String Argument);
|
Parameters |
Description |
|
xkode::lib::String Argument |
[in] Argument to check. |
If argument exists, the return value is true.
If argument does not exist, the return value is false.
Exists is used to check if the specified arguments exists in command line.
|
Documentation v4.7 (30/07/2011), Copyright (c) 2011 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|