
14 Jan
2012
14 Jan
'12
10:31 p.m.
On 14 January 2012 21:22, Ian Lynagh
Is there a fallback to platform-specific types for those who need it?
Just the pre-existing withFileStatus/modificationTime on Windows, and getFileStatus/modificationTime on unix.
I know that came up a while ago on a different matter and I think it's reasonable to provide both the standard high-level API and a lower-level API.
Any low-level API should probably be in unix/Win32, with directory's high-level API calling it.
Yes, that is completely reasonable. Low-level things are expected to be platform-specific for cases like this. That's the trade-off. / Thomas