Skip to main content

Class FileUtil

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class FileUtil

Inheritance: System.Object -> FileUtil

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Methods

WhoIsLocking

public static List<Process> WhoIsLocking(string path)
Parameters
TypeNameDescription
System.Stringpath
Returns

System.Collections.Generic.List<System.Diagnostics.Process>

Was this page helpful?