Small metadata + some fixes
-
Fixed access to
formattedFileSize
usingviewModel
insideDirectoryView
. -
Updated
destinationView
to useAnyView
for handling different view types. -
Updated DirectoryView to use performSearch on search button click.
-
Converted posixInt to Int using Int(posixInt) before performing bitwise operations with S_IRUSR, S_IWUSR, and S_IXUSR. (Thx le bao)