Code: Select all
-- all run in unsynced
local projectDir = "projects/Project-1"
Spring.CreateDir(projectDir) -- created in ~/.config/spring (on linux)
Spring.CreateDir(projectDir .. "/triggers") -- created in ~/.config/spring/projects/Project-1/triggers
Spring.Echo(VFS.FileExists(projectDir, VFS.RAW)) --result is false regardless if VFS.RAW is passed or not)
table.echo(VFS.SubDirs("")) --table doesn't contain the "projects" dir
