Re: Files I've accidentally pressed + create new folder. It changed all my file names to now show the full path that is users/Michael/pictures... and I see is no longer the name of the folder.  I use folders for EVERYTHING and I need to go all the way

CC Lightroom library module: I tried to do something else and I pressed on '+ create a new folder.  All the names of my files now have the full path as their name, i.e. of C:\Users/Michael...  It changed my folder name so much more that I can see is no longer.  I use folders for EVERYTHING.  I never use collections or anything else, and my inability to quickly determine the names of my files is driving me crazy.  How can I get rid of all this nonsense of path?  He was never there until I hit this sign.

On the same dropdown menu selected "name of folder only.

Tags: Photoshop Lightroom

Similar Questions

  • I lost create new folder capability, windows in Windows 7 Explorer now only allows to create "new briefcases" folder instead. How to return to the good old file folder create capabilities?

    I lost create new folder capability, windows Explorer.  Windows 7 now only allows to create "new briefcases" folder instead.  I'm not sure any upgrade of MS that caused this change. I would like the pros and cons of the 'Briefcase' records and also

    How to restore or use for good old file folder create capabilities?

    See if this thread will help.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-files/unable-to-create-a-new-folder-in-Windows-7/3c5951c8-e3b0-4E5B-99A5-744f842fe558

  • I can't see changes in a folder unless I go up a level and then re-enter folder, for example, create new folder, rename the folder, rotate the image etc. Can someone please?

    I do not see changes within a folder, except if I go up a level and then again enter the folder, for example, create new folder, rename the folder, rotate the image, etc..

    By pressing the "F5" key would probably be to refresh the folder.

    See if this article helps you with this problem:

    "List of the files in the Windows Explorer folder is not refreshed after that you create, move, or delete files"
      <>http://support.Microsoft.com/kb/823291 >

    HTH,
    JW

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • Received a message that my Garageband is damaged and I need to download it from the app store.  Never had an application to be damaged.  Is it current?  OSX 10.9.5 Garageband 10.0.2

    Received a message that my Garageband is damaged and I need to download it from the app store.  Never had an application to be damaged.  Is it current?  OSX 10.9.5 Garageband 10.0.2

    Received a message that my Garageband is damaged and I need to download it from the app store.  Never had an application to be damaged.  Is it current?  OSX 10.9.5 Garageband 10.0.2

    Is the exact error message ""GarageBand.app is damaged and cannot be opened. " Delete Name.app and download it again from the App Store. »"  ?

    The error message is caused by an expired certificate.  See: http://osxdaily.com/2015/11/12/fix-app-is-damaged-cant-be-opened-error-messages-en-mac-os-x /

    1. Restart the Mac, that alone may be sufficient to correct the problematic applications and remove the error message
    2. If a restart does not fix the app, delete the application (simply drag it to the trash and do not empty), then restart the Mac App Store and download the app again through the purchases tab or by searching for the app manually
    3. Reopen once affected applications, they should now work properly
  • Currently, I have Lightroom 5.7 on my iMac and plans to subscribe to CC.  If I download and install CC LR, what will that make my existing pictures and the catalogue already configured in LR 5.7 on my hard drive?

    Currently, I have Lightroom 5.7 on my iMac and plans to subscribe to CC.  If I download and install CC LR, what will that make my existing pictures and the catalogue already configured in LR 5.7 on my hard drive?  Will be all (catalog, changes, etc.) perfectly synchronize?

    not exactly, transparently, but it's pretty easy to migrate to a new version of lr, Photoshop Lightroom Catalog FAQ

  • I deleted folders full of emails from hotmail by mistake and I need to recover their evil.

    Hi all

    I deleted folders full of emails from hotmail by mistake and I need to recover their evil. Any suggestions? I checked the forlder deleted but records have not at all, they were immediately deleted. Thank you in advance.

    Kind regards

    Sofian El Remaly

    Hello Sofian El Remaly,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • Create new folder - lose all the files?

    To try to create a new folder in Lightroom, when I hit create I lost all the photos in LIghtroom. The folder I created on my hard drive now contains Previews.lrdata and lrcat. Neither of which I can open it.  Can I recover my photos?  I use LR 5 and an Imac OS 10.11.2.

    It seems that you have created a new catalog instead of a folder. (you create folders in the folders Panel)

    Go to file > open recent, where you should find your original catalog.

  • Unable to create new folder anywhere on the computer

    Help! I don't know what I did, but I managed to delete/disable my ability to create new folders anywhere on my computer. I have Windows 7 Home Premium. I right click on the desktop, the menu appears, but when I go down to 'create' folders is not yet an option. However, when I open a similar pre-existing record a music or photo foler, the option to create a new folder is there, but the button does not work. Please help me! I am a student and need it works bad!

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html

    If still no joy, see the 'response' by Linda Yan in this thread.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/thread/97de8a2a-12f2-4381-A409-a78f4ae551cf/#99395761-56de-4a76-8C2A-eab498ad735a

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.

  • create new folder at the same time save as creates an access denied error message

    Create a new worksheet in Excel 2010, and choose File - Save as.  As a folder for this work did not exist, I asked to create a new folder, and then open that folder and named the document.  He then told me that I'm not allowed (access denied).  If I close and file - save as again once I can save.  How can I stop this happening?

    We found the following solution and it seems to work

    -Open the 'File' tab and choose menu command "Options".
    -Open the "Trust Center" and the "Trust Center settings"
    -On the left side, you will find the category "trusted locations".
    -activate the tip box "Allow approved on my network locations.
    -confirm with OK twice, and then restart Excel.
  • create new folder, but the path does not exist.  That's why I need to create!

    I want to take their existing case files, wallpapers and move them into a new catalog LR, jpg_edits.  In the import window, I left click on the parent, my photos and get 'create a new folder '. After which a new folder creation box opens to display the ms mode my file Explorer and the parent.  But he says to Select a folder, so when I try to type the new name, they tell me the path does not exist.  Which may be the reason I'm trying to create the new folder.  Everything seems to be able to do is to slect the existing folders.  Where is the creation of a new part of catalogue record?

    If I understand the question, you want to create a new destination folder in an existing parent folder. Fix? Once you click the folder parent in the Destination panel (left side of the screen to import), expect the top of the Destination table. You will find two elements here. The first, in the subfolder, allows you to enter the name of the new subfolder to create but it must ensure that the box is checked. Select the check box and enter the name of the file in the text field. Then, select the option in a single folder drop-down organizing. With these options, you will see a new subfolder in the tree under your (grey) selected parent folder. Even once all this is done on the right side of the screen to import.

  • What is the reason to not create new folder in a disk?

    I use windows OS in my Laptop.When am trying to create a folder in one of the drives is showing an error related to IO operations and blue screen is coming and system get restarted while I was able to create a folder of other readers in my Disk.Can hard someone give me the reason to this?

     We need the logfile itself (called DMP file) because they contain the only record of the sequence of events that led to the accident, what drivers have been loaded, and what has been loaded.
    We prefer at least 2 DMP files to track trends and to confirm the cause.

    Please follow our instructions to find and download the files, we need to help you fix your computer. They can be found at here

    If you have any questions regarding the procedure, please ask


    If you use the blue screen view, which has crashed, or a similar application, don't.  They are wrong at least as often they are correct
  • LR create new folder instead of import in the current flow

    After a small re-organization, lightroom has begun to put new files in a new folder 2011/date, rather than continuing the old. It's driving me crazy, because I can't figure out how to align again.

    How to continue dating, rather than start over? I've tried exporting the catalog and reopening with her. Still does not continue. Any ideas?

    Screen shot 2011-10-25 at 12.10.03 AM.png

    It seems that your 'Format of Date' drop-down list selection has been changed. Change to 2011-10-25 (not 2011/2011-10-25) and highlight the folder "2011". Or leave the 'Date Format' and highlight the folder "Images".

  • Create new folder - Labview 7.1

    Is it possible to create the new folder Parametrically in labview 7.1? I'm modification of existing software, do not want later. It will take forever.

    I could do labview 8.5. See the attached file.

    I want a similar on Labview 7.1.

    Thank you

    Jey

    I don't understand what is the question. The function of new directory has an entry path like the function to create a folder in LabVIEW 8.5.

    The code you have posted the check if file or a folder exists function calls in LabVIEW 8.5.  Are you really asking if there is an equivalent of this for LabVIEW 7.1? This specific VI is no 7.1, but you can create easily using the File Info feature instead. You can check to see if this function returns an error, and check the error code.

  • How to create new folder Mozilla Thunderbird

    I just started using it for my emails. I have my original files from windows live, but cannot see how to create another new. Help would be very appreciated.

    Right click on a folder in the folder - new folder (or subfolder) pane

Maybe you are looking for

  • How can I disable one of the menus looking desktop?. Right SWIP

    How can I disable one of the menus looking desktop?. Right SWIP

  • What does the star mean?

    I was going to listen to the cast of Hamilton record when I noticed a star next to the title of the first track. Anyone know what this means?  I also noticed it next to a few other songs on other albums.

  • Portege M700 - PWDBANK access violation

    I see that a thread on this issue was closed as assumed fixed - it is not... I can kille pwdbank.exe process but is not a solution. will run ccleaner and report back but please do not mark as fixed until someone messages actually a real difficulty. T

  • Final Cut movie has perfect audio output but frozen video

    I have a video of a concert of piano - I edited and synced audio sources.  In the editing process, it looks great.  However when sharing a video file (mov) result is a video with a couple of frames - and audio perfect.  I tried different ways to expo

  • F20-110 connection to TV

    I tried to connect my device to my TV so that I can watch DVDs through my TV. Someone can tell me how to do this, am sure it's possible.