import"sbIFileUtils.idl";
Public Member Functions | |
AString | getExactPath (in AString aFilePath) |
Returns a file's case-sensitive path (Windows-only) More... | |
Public Attributes | |
attribute nsIFile | currentDir |
Current working directory. More... | |
This interface provides various file utilities.
"@songbirdnest.com/Songbird/FileUtils;1" Use get service with this component.
Definition at line 41 of file sbIFileUtils.idl.
AString sbIFileUtils::getExactPath | ( | in AString | aFilePath | ) |
Returns a file's case-sensitive path (Windows-only)
aFilePath | File path |
attribute nsIFile sbIFileUtils::currentDir |