local PATH = require "path" -- suppose we run on windows assert(PATH.IS_WINDOWS) -- we can use system dependet function print(PATH.user_home()) ...
確定! 回上一頁