2 references to Mode
System.Diagnostics.Process (2)
System\Diagnostics\ProcessUtils.Unix.cs (2)
20
if ((fileinfo.
Mode
& Interop.Sys.FileTypes.S_IFMT) == Interop.Sys.FileTypes.S_IFDIR)
27
UnixFileMode permissions = ((UnixFileMode)fileinfo.
Mode
) & AllExecute;