Skip to content

Releases: tomlm/CShell

v1.5.0

16 Dec 20:21
Compare
Choose a tag to compare
  • Added .Exists()
  • Added .ExistsFile()
  • Added .ExistsDirectory()
  • Added .exists()

1.4.0

17 Aug 18:53
Compare
Choose a tag to compare
  • Added Start() method for detached processess (you can monitor process but not access input/output)
  • Added Run(Action, process, arg1, arg2) signature to control options for starting processes
  • Added echo() method for piping strings/streams into .Run() commands.
  • Added CShellNet.Globals which enables top-level mainless .cs/.csx projects