Commit Graph

22 Commits

Author SHA1 Message Date
961f7187e9 providers/os: Change statFile to stat 2025-03-28 09:46:04 -04:00
c623c4f35e providers/os: Add function for creating temporary files 2025-03-27 20:03:58 -04:00
8c5e69fcdf providers/os: Add chmod function 2025-03-27 19:52:56 -04:00
bc3b486704 providers/os: Rename removeFile to remove
Same reason as renameFile -> rename
2025-03-27 19:50:49 -04:00
4f71e8502a providers/os: Add functions for creating directories 2025-03-27 19:49:55 -04:00
f9b83d8d67 providers/os: Function rename converts the destination path properly 2025-03-27 19:44:42 -04:00
67b263d8f0 providers/os: Rename renameFile to rename
It also works on directories so calling it renameFile is wierd
2025-03-27 19:41:50 -04:00
78ed9964a3 providers/os: Add readDirDate function to match listFilesDate 2025-03-27 19:30:20 -04:00
b70fe4d4ba providers/os: Fix listFiles, listFilesDate 2025-03-27 09:10:06 -04:00
aebb4ac18b providers/os: Add listFilesDate function to list files by date 2025-03-26 20:36:00 -04:00
f9fb355c8c providers/os: Add listFiles function that works like the caddy one 2024-12-14 03:02:51 -05:00
695e94ef3e providers/os: Fix file mode!!!! Oh my god!!!! 2024-12-12 12:06:06 -05:00
ab167234d0 Providers are now required to state their name/package 2024-12-10 12:22:58 -05:00
eb7da68de6 providers/os: readDir now returns a slice of fs.DirEntry 2024-12-10 02:18:42 -05:00
25541dadfe providers/os: use Document.Rel 2024-12-08 03:28:33 -05:00
3c9eb01790 providers/os: Add appendFile 2024-12-08 01:30:00 -05:00
7f64686323 providers/os: isFile, isDir no longer return errors, just false 2024-12-07 21:51:57 -05:00
0d456b7508 providers/os: Change name of fileExists to exists 2024-12-07 21:50:53 -05:00
b7952cf8eb providers/os: Add functions to check if something is a dir or file 2024-12-07 21:46:43 -05:00
541f2f0620 providers/os: Add ability to read environment variables 2024-12-05 22:22:25 -05:00
ffb0eb894a providers/os: Add file statting 2024-12-05 13:23:25 -05:00
91e72ac49e Initial commit 2024-12-05 13:15:22 -05:00