diff --git a/src/core/unixfsservices.cpp b/src/core/unixfsservices.cpp index b9b0c96..7ad946b 100644 --- a/src/core/unixfsservices.cpp +++ b/src/core/unixfsservices.cpp @@ -829,6 +829,10 @@ bool cUnixFSServices::FullPath( TSTRING& strFullPath, const TSTRING& strRelPathC d.TraceDebug("FullPath is now %s\n", strFullPath.c_str()); } +#if IS_AROS + strFullPath = cDevicePath::AsNative(strFullPath); +#endif + d.TraceDebug("Done, returning %s\n", strFullPath.c_str()); return true; }