Fix for nsLocalFile::CopyTo not fully implemented on Unix.

r=ccarlen, sr=brendan, b=53474

--pete


git-svn-id: svn://10.0.0.236/trunk@100260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com
2001-08-03 03:42:04 +00:00
parent f6519c6a83
commit e1022dec4d
2 changed files with 113 additions and 6 deletions

View File

@@ -88,6 +88,7 @@ protected:
struct stat mCachedStat;
nsXPIDLCString mPath;
nsresult CopyDirectoryTo(nsIFile *newParent);
nsresult CreateAllAncestors(PRUint32 permissions);
nsresult GetLeafNameRaw(const char **_retval);
nsresult GetTargetPathName(nsIFile *newParent, const char *newName,