FileGetProcessForFileLock Method |
Name | Description | |
---|---|---|
GetProcessForFileLock(CollectionString) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType: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. | |
GetProcessForFileLock(String) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType: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. | |
GetProcessForFileLock(CollectionString, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType: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. | |
GetProcessForFileLock(String, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType: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. |