Skip to content

Commit

Permalink
reintroducing legacy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Radtke committed Jan 5, 2023
1 parent 01fe211 commit 223c495
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ const dirs = {
MainBundleDir: constants.MainBundleDir,
LibraryDir: constants.LibraryDir,
ApplicationSupportDir: constants.ApplicationSupportDir,

LegacyPictureDir: constants.LegacyPictureDir,
LegacyMusicDir: constants.LegacyMusicDir,
LegacyMovieDir: constants.LegacyMovieDir,
LegacyDownloadDir: constants.LegacyDownloadDir,
LegacyDCIMDir: constants.LegacyDCIMDir,
LegacySDCardDir: constants.LegacySDCardDir, // Depracated
};

function addCode(code: string, error: Error): Error {
Expand Down

0 comments on commit 223c495

Please sign in to comment.