Re: using pipeprocess on non-applications
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
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.