This website requires JavaScript.
Explore
Help
Sign In
izaya
/
OC-PsychOS
Watch
2
Star
1
Fork
0
You've already forked OC-PsychOS
Code
Issues
Pull Requests
Releases
Wiki
Activity
3d932ac480
OC-PsychOS
/
modules
/
lib
/
shutil.lua
7 lines
99 B
Lua
Raw
Normal View
History
Unescape
Escape
fixed a few stupid bugs with shutil and fs
2017-08-01 16:29:56 +10:00
cd
=
fs.cd
rm
=
fs.rm
mkdir
=
fs.mkdir
moved cd() into a new library, shutil.
2017-08-01 15:49:39 +10:00
function
ls
(
p
)
for
k
,
v
in
ipairs
(
fs.list
(
p
)
)
do
print
(
v
)
end
end
Reference in New Issue
Copy Permalink