Fixed issue #94 again
This commit is contained in:
@@ -354,7 +354,7 @@ Public Class mgrCommon
|
|||||||
Try
|
Try
|
||||||
prsdf = New Process
|
prsdf = New Process
|
||||||
prsdf.StartInfo.FileName = "/bin/df"
|
prsdf.StartInfo.FileName = "/bin/df"
|
||||||
prsdf.StartInfo.Arguments = sPath
|
prsdf.StartInfo.Arguments = Path.GetDirectoryName(sPath)
|
||||||
prsdf.StartInfo.UseShellExecute = False
|
prsdf.StartInfo.UseShellExecute = False
|
||||||
prsdf.StartInfo.RedirectStandardOutput = True
|
prsdf.StartInfo.RedirectStandardOutput = True
|
||||||
prsdf.StartInfo.CreateNoWindow = True
|
prsdf.StartInfo.CreateNoWindow = True
|
||||||
|
|||||||
Reference in New Issue
Block a user