issues
search
lunarmodules
/
luafilesystem
LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
914
stars
292
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ci: use gh-actions-lua and gh-actions-luarocks from luarocks
#176
hishamhm
closed
1 month ago
1
Declare three windows specific functions as static
#175
FractalU
closed
1 month ago
3
add cp method
#174
zhongfq
closed
10 months ago
1
ci: fix python version on macos
#173
hishamhm
closed
11 months ago
0
pl.Path.isdir doesn't work properly if the path prefix start by "~"
#172
AllenFang
closed
1 year ago
12
Fix a few compiler warnings
#171
rpatters1
closed
11 months ago
1
Does not compile in Windows in Unicode (WCHAR) mode
#170
rpatters1
opened
1 year ago
2
Error when installing on windows via luarocks
#169
s4venth
closed
1 year ago
3
missing prototypes warnings when building on windows using msys2
#168
FractalU
closed
1 month ago
5
error while installing
#167
PlushPersik
opened
1 year ago
3
Implemented lfs.chown and lfs.chmod functions
#166
lch361
opened
1 year ago
1
Explicitly cast void * pointers - allows code to build cleanly as C++
#165
cuavas
closed
11 months ago
1
Add explicit cast to char*
#164
eliasdaler
closed
11 months ago
1
Update homepage
#163
DarthGandalf
closed
2 years ago
5
Documentation site 404 error?
#162
mystery-z
closed
2 years ago
1
appveyor.yml: update pip, hererocks, add Lua 5.4
#161
hishamhm
closed
2 years ago
0
Copying/moving files
#160
mystery-z
opened
2 years ago
5
switch to Github Actions
#159
hishamhm
closed
2 years ago
0
win32: use standard memmove function
#158
hishamhm
closed
2 years ago
0
error when retrieve symlinkatrributes at directory symlink
#157
robertlzj
opened
2 years ago
1
Function lfs.mkdir() is not idempotent and hence not thread safe
#156
alerque
opened
2 years ago
0
keep got warning message with openresty
#155
rttw
opened
2 years ago
0
lfs.link unsupported on windows even in developper mode
#154
jlaurens
opened
2 years ago
1
performance in windows of lfs.attributes inside lfs.dir loop
#153
sonoro1234
opened
3 years ago
0
rockspec: use git+https:// for git repository URL
#152
Totktonada
closed
3 years ago
0
Update homepage link on this GitHub project
#151
ryandesign
closed
3 years ago
1
Upload new dev-rockspec to LuaRocks.org
#150
siffiejoe
closed
3 years ago
4
load on windows fails
#149
hlizard
opened
3 years ago
2
Why is luarocks saying : Error: unknown option '-e' when installing luacheck?
#148
HolterPhylo
closed
3 years ago
4
lfs.link (symlink, new[, symlink]) always create a symbolic link
#147
robertlzj
opened
3 years ago
0
lfs.chdir Changes current working directory to volume without end slash wont work
#146
robertlzj
opened
3 years ago
0
Fatal Error - /usr/include/features.h:461:12: fatal error: sys/cdefs.h: No such file or directory
#145
nodecentral
opened
3 years ago
2
mingw32-gcc -O2 -c -o src/lfs.o -IC:\Program Files\Luarocks3.4.0 src/lfs.c src/lfs.c: In function 'push_link_target': src/lfs.c:1097:9: warning: implicit declaration of function 'memmove_s'; did you mean 'memmove'? [-Wimplicit-function-declaration] 1097 | memmove_s(target, tsize - 3, target + 4, tsize - 3); | ^~~~~~~~~ | memmove
#144
fujisheng
opened
3 years ago
4
Add architecture ppc64le to travis build
#143
zazzel
opened
4 years ago
1
lua:5: module 'lfs' not found even after running luarocks ..
#142
nodecentral
opened
4 years ago
4
Symbol not found: _luaL_checkversion_
#141
glepnir
closed
4 years ago
1
Lua 5.4 and dir_iter_factory question
#140
asmagill
closed
4 years ago
5
dir was not closed if you break the iterator in Lua 5.3
#139
xuzhen
closed
4 years ago
1
fix for stat(2) path traversal using fstat
#138
jaromil
opened
4 years ago
3
Use Lua 5.4 __close value for lfs.dir() iterator
#137
hishamhm
closed
4 years ago
1
win32: support link and symlinkattribute
#136
hishamhm
closed
4 years ago
1
now the lastest release is too old,could make a new release for luafilesystem,thx
#135
zhuzhiyun
closed
4 years ago
1
Proposal: Add a filter parameter to 'dir'
#134
Pharap
opened
4 years ago
0
Proposal: Add a recursive version of 'dir'
#133
Pharap
opened
4 years ago
0
proposal for windows unicode
#132
sonoro1234
opened
5 years ago
1
add cmake
#131
sonoro1234
closed
4 years ago
3
Fallback to _POSIX_PATH_MAX when MAXPATHLEN isn't available
#130
jamessan
closed
5 years ago
3
dir does not work on win32?
#129
subsoap
closed
5 years ago
2
Support CopyFile
#128
alittlesail
opened
5 years ago
0
Use of _G is discouraged
#127
ktalebian
opened
5 years ago
1
Next