For the latest stable version, please use Emilua API 0.10! |
filesystem.create_symlink
Synopsis
local fs = require "filesystem"
fs.create_symlink(target: fs.path, link: fs.path)
fs.create_directory_symlink(target: fs.path, link: fs.path)
For the latest stable version, please use Emilua API 0.10! |
local fs = require "filesystem"
fs.create_symlink(target: fs.path, link: fs.path)
fs.create_directory_symlink(target: fs.path, link: fs.path)