FilePathTryGetWriteLock Method

Attempts to get write access on a file.

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
public static bool TryGetWriteLock(
	string fileName
)

Parameters

fileName  String
The file to check for write access.

Return Value

Boolean
True if write access is obtained; false otherwise.

See Also