realm icon indicating copy to clipboard operation
realm copied to clipboard

Implement file.timestomp

Open hulto opened this issue 4 years ago • 1 comments

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.

hulto avatar Mar 18 '22 23:03 hulto

https://github.com/limbenjamin/nTimetools

hulto avatar Nov 14 '22 05:11 hulto