Function winspawn::spawn[][src]

pub fn spawn<P, A, AS>(program: P, args: A) -> Result<Child> where
    P: AsRef<OsStr>,
    A: IntoIterator<Item = AS>,
    AS: AsRef<OsStr>, 
Expand description

call _spawnlp.

All File Descriptors that do not have the O_NOINHERIT flag will be inherited by the child process.