We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fe211 commit 223c495Copy full SHA for 223c495
fs.js
@@ -26,6 +26,13 @@ const dirs = {
26
MainBundleDir: constants.MainBundleDir,
27
LibraryDir: constants.LibraryDir,
28
ApplicationSupportDir: constants.ApplicationSupportDir,
29
+
30
+ LegacyPictureDir: constants.LegacyPictureDir,
31
+ LegacyMusicDir: constants.LegacyMusicDir,
32
+ LegacyMovieDir: constants.LegacyMovieDir,
33
+ LegacyDownloadDir: constants.LegacyDownloadDir,
34
+ LegacyDCIMDir: constants.LegacyDCIMDir,
35
+ LegacySDCardDir: constants.LegacySDCardDir, // Depracated
36
};
37
38
function addCode(code: string, error: Error): Error {
0 commit comments