Process.withUser

Return a new Process configured to run as the given user, leaving the original unchanged.

struct Process
version(Posix)
@trusted const
withUser
(
in string username
,
in bool userWorkDir = false
)

Meta