Commit Graph

25 Commits

Author SHA1 Message Date
8c116535c5 General refactor and cleanup. 2025-07-27 17:46:22 +01:00
7e8e42d07c [Refactor] Simplify constructor parameters and initialization in multiple classes 2025-07-08 01:18:07 +01:00
cd66743990 Use collection expression syntax. 2024-11-12 06:39:06 +00:00
11bc15f1dd Merge negated null/pattern checks into complex pattern. 2024-11-12 06:18:24 +00:00
3074e76932 Convert negated 'is' expression into 'is' expression with negated patterns. 2024-11-12 06:17:14 +00:00
9a429ce439 Full code refactor and clean-up. 2024-11-09 01:37:59 +00:00
c39ebc5bca Update winfsp-netcore to .NET 5. 2020-12-21 01:37:00 +00:00
9ee547e83e Add DOSCenter's modification date. 2020-09-06 19:09:35 +01:00
0be537e175 Add support for AaruFormat media files. 2020-09-04 22:26:10 +01:00
c0b1a7729c Show disks in virtual filesystem. 2020-09-04 20:38:43 +01:00
f6e594179f Set proper winfsp parameters. 2020-09-03 21:11:49 +01:00
66c174ee95 Fix enumerating directories with a marker in winfsp. 2020-09-03 21:10:56 +01:00
2be39492e4 Implement GetSecurityByName in winfsp. 2020-09-03 20:41:54 +01:00
57336b7cb4 Fix return value in winfsp's GetVolumeInfo. 2020-09-03 19:47:32 +01:00
542e741184 Ensure mount point does not exist in winfsp. 2020-09-03 19:47:11 +01:00
57bda701f2 Implement ReadDirectoryEntry in winfsp. 2020-09-03 17:39:23 +01:00
59194499b6 Use class for file node information in winfsp. 2020-09-03 16:58:34 +01:00
70e379a62c Implement getfileinfo in winfsp. 2020-09-03 02:45:41 +01:00
763e3dbef7 Implement read in winfsp. 2020-09-03 02:43:37 +01:00
92956b60eb Implement close in winfsp. 2020-09-03 02:39:10 +01:00
b6ceb7f43d Implement open in winfsp. 2020-09-03 02:36:26 +01:00
9703a2210b Implement GetVolumeInfo in winfsp. 2020-09-03 00:14:11 +01:00
ab91dbe6cd Implement winfsp writing functions (to return read-only error). 2020-09-02 23:52:38 +01:00
1f869f34ad Add mount and umount functions for winfsp implementation. 2020-09-02 16:53:21 +01:00
b1fcf40945 Add winfsp library. 2020-08-30 14:22:41 +01:00