- Api nsILocalFile::AppendRelativePath() added to interface
- nsILocalFile::Append() returns error uniformly on all platforms if more than one component of path is being appended. git-svn-id: svn://10.0.0.236/trunk@68351 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -240,6 +240,11 @@ nsLocalFile::AppendUnicode(const PRUnichar *node)
|
||||
SET_UCS( Append , node);
|
||||
}
|
||||
NS_IMETHODIMP
|
||||
nsLocalFile::AppendRelativeUnicodePath(const PRUnichar *node)
|
||||
{
|
||||
SET_UCS( AppendRelativePath , node);
|
||||
}
|
||||
NS_IMETHODIMP
|
||||
nsLocalFile::GetUnicodeLeafName(PRUnichar **aLeafName)
|
||||
{
|
||||
GET_UCS(GetLeafName, aLeafName);
|
||||
|
||||
Reference in New Issue
Block a user