v2026.5.3
All Bundles
Bundle Supports filesystem operations

HardLink

Provides hard link filesystem operations

Operations

Create # function

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 # function

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