You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locallfs=require'lfs'print(lfs._VERSION)--1.8.0localfile1,file2='test_directory','symlink-directory'assert(notlfs.attributes(file1) andnotlfs.attributes(file2))
lfs.mkdir(file1)
lfs.link(file1,file2,true)
assert(lfs.symlinkattributes(file2,'target')=="Input/output error")--should be pathassert(notpcall(lfs.symlinkattributes,file2))--should not raise error 'attempt to index a nil value'return
works correct on file.
Windows 10 x64
The text was updated successfully, but these errors were encountered:
Hi,
works correct on file.
Windows 10 x64
The text was updated successfully, but these errors were encountered: