Hi, I saw your TODO list in the last release. I am pretty familiar with the file system internals, so here is some information that may be useful. There is FSA_ChangeOwner command, but I see that no one ever documented it or mentioned it.
The issue is that it needs to be added to haxchi and mocha wupserver. I created a pull request for haxchi and libiosuhax: FIX94/haxchi#12
Also, about ctime/mtime, in the filesystem it is stored in epoch time, but than when it fills the FSStat it converts it to milliseconds since 1/1/1980.
Hi, I saw your TODO list in the last release. I am pretty familiar with the file system internals, so here is some information that may be useful. There is FSA_ChangeOwner command, but I see that no one ever documented it or mentioned it.
The issue is that it needs to be added to haxchi and mocha wupserver. I created a pull request for haxchi and libiosuhax: FIX94/haxchi#12
Also, about ctime/mtime, in the filesystem it is stored in epoch time, but than when it fills the FSStat it converts it to milliseconds since 1/1/1980.