Skip to content

Commit 223c495

Browse files
author
Ron Radtke
committed
reintroducing legacy paths
1 parent 01fe211 commit 223c495

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ const dirs = {
2626
MainBundleDir: constants.MainBundleDir,
2727
LibraryDir: constants.LibraryDir,
2828
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
2936
};
3037

3138
function addCode(code: string, error: Error): Error {

0 commit comments

Comments
 (0)