ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,804
- Points
- 823
Reputation:
Have been running into a problem with the local-data filesystem being inside the the data filesystem. Specifically,
Is it really the best idea to put a unique filesystem as a subdirectory of another filesystem like that (especially one where it's intended purpose is to never be part of it's parent filesystem)...
Read more
Continue reading...
$dataAdapter->listContents()
(which lists all the files in the data directory) is now including files that are in the local-data://
filesystem. Because, well... it is.Is it really the best idea to put a unique filesystem as a subdirectory of another filesystem like that (especially one where it's intended purpose is to never be part of it's parent filesystem)...
Read more
Continue reading...