Re: using pipeprocess on non-applications

2014-07-27 Thread John Colvin via Digitalmars-d-learn
On Saturday, 26 July 2014 at 15:24:01 UTC, Sean Campbell wrote: is there any way to detect if a file is a binary executable that is cross platform or a way to detect whether pipeprocss failed to execute a file if it wasn't executable. pipeProcess will throw a ProcessException if it can't start

using pipeprocess on non-applications

2014-07-26 Thread Sean Campbell via Digitalmars-d-learn
is there any way to detect if a file is a binary executable that is cross platform or a way to detect whether pipeprocss failed to execute a file if it wasn't executable.