Skip to main content
Participant
January 11, 2025
Question

unable to import hidden files to Lightroom

  • January 11, 2025
  • 1 reply
  • 92 views

hello, can someone please share their wisdom regarding this issue,

 

some of my .CR3 imports are coming hidden for some reason, and Lightroom is unable to detect them in the Import Module, i am on MacOs and by clicking on "Command + Shift + . " the CR3's are visible in my folder, however Lightroom is still unable to see or import them.

 

please refer to the screenShot to understant my issue,

many thanks!

1 reply

tedmedAuthor
Participant
January 11, 2025

i ended up figuring out a solution : 

1- in terminal navigate to the folder containing the .CR3 files : 
cd /path/to/your/folder

replace /path/to/your/folder with the actual path to your files, you can also drag and drop the folder in terminal

 

2 - Unhide the files by running : 
chflags nohidden *.CR3

 

PS : i used it for .MP4's as well, and everything is unhidden and visible now,

hope this helps