shouldFailToExecute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto shouldFailToExecute(string arg, string workDir, string file, size_t line)
    shouldFailToExecute
    (
    string arg
    ,
    string workDir = getcwd()
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. auto shouldFailToExecute(string[] args, string workDir, string file, size_t line)

Meta