realm
realm copied to clipboard
Implement file.timestomp
Implement Eldritch's file.replace function, which should exhibit the following behaviour:
- If the file does exists this method should error.
- It should take a file to source metadata from and a path to apply that time data to.
- It should be implemented to be cross platform (e.g. Windows support). If an invalid path is supplied for the current operating system, an error should be returned. Be aware that Windows NTFS metadata is different and can leave artifacts if not careful. Consult https://github.com/limbenjamin/nTimetools for more information.
https://github.com/limbenjamin/nTimetools