Commit Graph

  • 9338e01f62 Merge pull request #4 from zhengying/master master Engineer Smith 2024-05-02 20:30:07 +01:00
  • 231ddbca41 Fixed the missing return value 'r' in File:read. zhengying 2024-04-21 11:53:36 +08:00
  • 02a7b3005b Fixed bad example which deleted all files in c:\windows EngineerSmith 2023-11-14 19:47:48 +00:00
  • 1feb208a35 Merge pull request #1 from rabbitboots/main main Engineer Smith 2022-02-28 22:23:37 +00:00
  • 5ca1313e85 Add type check to nativefs.getDirectoryItemsInfo() rabbitboots 2022-02-28 16:25:05 -04:00
  • 975de5de9e Add type check to nativefs.getDirectoryItems(dir) rabbitboots 2022-02-28 15:56:17 -04:00
  • d78b4f3246 Add type check to nativefs.getInfo() rabbitboots 2022-02-28 13:06:52 -04:00
  • 18805353c2 nativeFS @ dbfefa2 EngineerSmith 2022-01-19 21:22:21 +00:00
  • a8ab3c465d create FileData from ByteData if possible origin/master megagrump 2021-12-13 17:13:32 +01:00
  • dbfefa28c2 check argument type in newFile(), fixes #4 megagrump 2021-07-11 19:40:44 +02:00
  • c01aea7dfa fix absolute path handling in createDirectory Grump 2020-07-23 19:27:48 +02:00
  • eb00b9fd0a close file after nativefs.lines() finishes Grump 2020-07-23 19:21:37 +02:00
  • 985bc56669 add optional init.lua Grump 2020-07-23 08:09:19 +02:00
  • 8734a3a4e6 add license text, fixes #3 Grump 2020-07-23 07:47:56 +02:00
  • 434dee59fc replace love.path.leaf with local implementation, fixes #1 Grump 2020-07-15 07:55:04 +02:00
  • fd61ce6e49 test createDirectory with absolute path Grump 2020-07-15 07:25:49 +02:00
  • a00b7c9bb2 Merge branch 'zorgnn-patch-1' Grump 2020-07-15 07:23:18 +02:00
  • d3d19a0872 Fix nativefs.createDirectory on windows zorgnn-patch-1 zorg 2020-07-12 20:28:43 +02:00
  • 085fb62003 Update README.md megagrump 2020-07-04 15:05:44 +02:00
  • 3d4a838105 refactor Grump 2020-06-18 13:01:39 +02:00
  • 30d36b97e1 updated README Grump 2020-06-18 12:59:19 +02:00
  • c84a058772 added File:type() and File:typeOf() Grump 2020-06-12 13:12:46 +02:00
  • e71f08c1e3 refactor Grump 2020-06-02 07:41:10 +02:00
  • ebf98b4494 some refactoring, better error reporting in File:tell Grump 2020-05-28 14:57:37 +02:00
  • 81c8d8d3bf added getDirectoryItemsInfo Grump 2020-05-13 19:24:43 +02:00
  • ce371945a0 cleanup Grump 2020-05-13 12:48:56 +02:00
  • 2b1e143f9a cache file size, cleanup Grump 2020-05-12 15:03:16 +02:00
  • 40a4cb62d3 adjust getDirectoryItems and getInfo behavior with nonexistent files Grump 2020-05-11 20:36:36 +02:00
  • 77346734b5 cleanup Grump 2020-05-11 10:13:32 +02:00
  • f096e09d86 fix crash on Windows Grump 2020-05-11 10:12:43 +02:00
  • db63f71fe9 cleanup Grump 2020-05-11 09:57:16 +02:00
  • fc5152860e cleanup Grump 2020-05-11 09:45:59 +02:00
  • 2043c0c5db update README Grump 2020-05-08 11:27:11 +02:00
  • a0aeddefec update README Grump 2020-05-08 11:18:21 +02:00
  • bb6b013aaf update README Grump 2020-05-08 11:16:15 +02:00
  • c99500a4de add test for removal of nonexistent file Grump 2020-05-08 10:31:27 +02:00
  • 1ebad27d4c README & LICENSE Grump 2020-05-08 10:19:54 +02:00
  • e9a059b84c allow remove() of non-existent files Grump 2020-05-08 10:16:51 +02:00
  • f97d0d60b6 added missing functions Grump 2020-05-08 10:12:04 +02:00
  • bdf6a2fbe1 getInfo Grump 2020-05-08 06:12:54 +02:00
  • ea33b521a4 add check if already mounted in getDirectoryItems Grump 2020-05-07 20:16:34 +02:00
  • 5b72acb17f remove old moonscript code Grump 2020-05-07 19:45:47 +02:00
  • e093bc11ec mount, unmount, getDirectoryItems Grump 2020-05-07 19:42:51 +02:00
  • 40004a90fc .gitignore Grump 2020-05-07 18:50:49 +02:00
  • ba9eb1e935 test isEOF, File:read should return FileData Grump 2020-05-07 18:49:55 +02:00
  • 71b82b2989 several fixes for Windows Grump 2020-05-07 17:28:44 +02:00
  • 38bcc7d02b initial commit Grump 2020-05-07 16:08:41 +02:00