Click or drag to resize

FileGetProcessForFileLock Method

Overload List
  NameDescription
Public methodStatic memberGetProcessForFileLock(CollectionString)
[AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.

 

Return Value

Type: 

Returns null when no processes found that are locking the file(s) specified by filePaths.

Returns a list of processes locking the file(s) specified by filePaths.

Public methodStatic memberGetProcessForFileLock(String)
[AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.

 

Return Value

Type: 

Returns null when no processes found that are locking the file specified by filePath.

Returns a list of processes locking the file specified by filePath.

Public methodStatic memberGetProcessForFileLock(CollectionString, PathFormat)
[AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.

 

Return Value

Type: 

Returns null when no processes found that are locking the file(s) specified by filePaths.

Returns a list of processes locking the file(s) specified by filePaths.

Public methodStatic memberGetProcessForFileLock(String, PathFormat)
[AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.

 

Return Value

Type: 

Returns null when no processes found that are locking the file specified by filePath.

Returns a list of processes locking the file specified by filePath.

Top
See Also