From cf9e700078499bd363d00b6601a37c616f2ceae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 20 Sep 2022 19:40:25 +0800 Subject: resolve #1177 re-support for symlinks users need to maintain the correctness of symlinks themselves --- script/meta/bee/filesystem.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'script/meta/bee/filesystem.lua') diff --git a/script/meta/bee/filesystem.lua b/script/meta/bee/filesystem.lua index 717e62b2..9523103e 100644 --- a/script/meta/bee/filesystem.lua +++ b/script/meta/bee/filesystem.lua @@ -71,6 +71,11 @@ end function fs.canonical(path) end +---@param path fs.path +---@return fs.path +function fs.fullpath(path) +end + ---@param path fs.path ---@return fs.path function fs.absolute(path) -- cgit v1.2.3