Set a custom lock for a file or directory.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void SetCustomLock(
	string filename
)
Visual Basic
Public Sub SetCustomLock ( 
	filename As String
)
Visual C++
public:
void SetCustomLock(
	String^ filename
)
F#
member SetCustomLock : 
        filename : string -> unit 

Parameters

filename
Type: System..::..String
file name

Remarks

A custom lock cannot be removed from outside card anymore. it must be removed by code within BasicCard.

See Also