Commits


Gil authored and GitHub committed 1843a0efbfa
Add POSIX and Windows Filesystems (#1634) * Add a POSIX filesystem implementation * Add a Win32 filesystem implementation * Reimplement RecursivelyDelete with IsDirectory returning Status * Remove the Apple-specific filesystem Making this consistent with POSIX and Win32 is gratuitously difficult and just not worth it, when the POSIX code runs perfectly well on Apple platforms.