Added Get/SetPersistentDescriptor method. Use this instead of GetPath/InitWithPath.

This commit is contained in:
conrad%ingress.com 2000-07-17 14:57:14 +00:00
parent 22adf6c37b
commit 71b8e272d8

View File

@ -93,6 +93,14 @@ interface nsILocalFile : nsIFile
*/
void appendRelativePath([const] in string relativeFilePath);
void appendRelativeUnicodePath([const] in wstring relativeFilePath);
/**
* Accessor to a null terminated string which will specify
* the file in a persistent manner for disk storage.
*/
attribute string persistentDescriptor;
};
%{C++