зеркало из https://github.com/mozilla/pjs.git
Empowering the world. Bug. 25374, basically we create a directory without
the correct permission. r=racham&&mozbot.
This commit is contained in:
Родитель
22851e58a4
Коммит
a10fe33677
|
@ -502,8 +502,8 @@ class NS_COM nsFileSpec
|
|||
// point to the original. Sets mError.
|
||||
nsresult ResolveSymlink(PRBool& wasSymlink);
|
||||
|
||||
void CreateDirectory(int mode = 0700 /* for unix */);
|
||||
void CreateDir(int mode = 0700) { CreateDirectory(mode); }
|
||||
void CreateDirectory(int mode = 0775 /* for unix */);
|
||||
void CreateDir(int mode = 0775) { CreateDirectory(mode); }
|
||||
// workaround for yet another VC++ bug with long identifiers.
|
||||
void Delete(PRBool inRecursive) const;
|
||||
nsresult Truncate(PRInt32 aNewLength) const;
|
||||
|
|
Загрузка…
Ссылка в новой задаче