Class FileUtil
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class FileUtil
Inheritance: System.Object -> FileUtil
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
WhoIsLocking
public static List<Process> WhoIsLocking(string path)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | path |
Returns
System.Collections.Generic.List<System.Diagnostics.Process>