anyKode Marilou
ContentsIndexHome
PreviousUpNext
CommandLine::Exists

Testing if argument exists.

C++
static bool Exists(const xkode::lib::String & Argument);
Parameters 
Description 
const 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 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!