mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Symbolic links are not supported.
This commit is contained in:
@@ -44,7 +44,8 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
{
|
||||
public override Errno ReadLink(string path, ref string dest)
|
||||
{
|
||||
return Errno.NotImplemented;
|
||||
// LisaFS does not support symbolic links (afaik)
|
||||
return Errno.NotSupported;
|
||||
}
|
||||
|
||||
public override Errno ReadDir(string path, ref List<string> contents)
|
||||
|
||||
Reference in New Issue
Block a user