- 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:
dp%netscape.com
2000-05-05 05:47:32 +00:00
parent 9e6c72d5c4
commit 09f87e1345
5 changed files with 63 additions and 6 deletions

View File

@@ -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);