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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user