make_symbolic_link_async


Description:

[ Version ( since = "2.74" ) ]
public virtual async bool make_symbolic_link_async (string symlink_value, int io_priority = DEFAULT, Cancellable? cancellable = null) throws Error

Asynchronously creates a symbolic link named this which contains the string symlink_value.

Parameters:

this

a File with the name of the symlink to create

symlink_value

a string with the path for the target of the new symlink

io_priority

the I/O priority of the request

cancellable

optional Cancellable object, null to ignore

callback

a TaskReadyCallback to call when the request is satisfied

user_data

the data to pass to callback function