Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'win'
- Manifest: xpcom/tests/unit/xpcshell.toml
const { FileUtils } = ChromeUtils.importESModule(
"resource://gre/modules/FileUtils.sys.mjs"
);
function run_test() {
Assert.ok(FileUtils.File("~").equals(FileUtils.getDir("Home", [])));
}