String from executeshell

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Apr 29 17:51:04 PDT 2015


On Wednesday, 29 April 2015 at 21:56:18 UTC, Ali Çehreli wrote:
> On 04/29/2015 02:54 PM, Ali Çehreli wrote:
>
>> executeShell returns the status and the output as a type
>
> Certainly not. The output is an object of a special type, which 
> the documentation refers to as 'auto'. Grrr... :) Ok, maybe 
> it's a Voldemort type. Anyway...

The function's documentation has a "Returns" section, which says:

> Returns:
> An std.typecons.Tuple!(int, "status", string, "output").


More information about the Digitalmars-d-learn mailing list