Fixed issue #94 again

This commit is contained in:
Michael J. Seiferling
2018-01-28 22:43:44 -06:00
parent 636c1495a4
commit 2f2177fb84
+1 -1
View File
@@ -354,7 +354,7 @@ Public Class mgrCommon
Try
prsdf = New Process
prsdf.StartInfo.FileName = "/bin/df"
prsdf.StartInfo.Arguments = sPath
prsdf.StartInfo.Arguments = Path.GetDirectoryName(sPath)
prsdf.StartInfo.UseShellExecute = False
prsdf.StartInfo.RedirectStandardOutput = True
prsdf.StartInfo.CreateNoWindow = True