All Bundles

HardLink

Provides hard link filesystem operations

Operations

Create

Creates a hard link

function : Create(l:System.String, t:System.String) ~ Bool
Parameters
NameTypeDescription
lStringlink path name
tStringtarget path name

Return
TypeDescription
Booltrue if hard link was created

Delete

Deletes the hard link

function : Delete(n:System.String) ~ Bool
Parameters
NameTypeDescription
nStringpath to hard link

Return
TypeDescription
Booltrue if file was deleted, false otherwise