"Save As" Folder pathname in action not stable

I am facing a problem with an action that used to work in the past before I moved to a Mac and PS CC.
Basically, my action processes a pciture in different ways and saves each version in different folders within a main folder on the desktop. The action works fine but as soon as I rename or delete the main folder, the change is reflected in the action which forces me to re-record the "save as" parts of it. I would like to use the same folder structure since I have duplicates of it. 
I tried everything and searched everywhere  but no answer. Is it something new in PS CC or specific to the Mac OS (Maverick)?
Thank you
Frederic Neema

Thank you, that could be a solution but I have several workflows that need to save to different folders.  I'd  like to understand why this is hapenning in PS CC while it is working fine with PS CS5 and OS 10.8 or windows 7. Bug?
Anyway, here is  test action to explain better what's going on.
Here is my test action with a folder "test" on the desktop. It has two sub-folders, "psd" and "jpg"
Now,  here what happens when I rename the folder “test” to “test 2”. The action now shows test 2. It happens even if I close PS before renaming the file. 

Similar Messages

  • Create Save to folder if it does not exist

    I have a script that will save a file to a folder up one level.  In other words if the original file was in client/jpg I wanted it saved in client/digipics.  The client folder will always have a different name.
    I want to add code that will create the "digipics" folder if it does not exist.  Here is what I have so far that works as long as I have the "digipics" folder already created:
    #target photoshop
    var AD = app.activeDocument;
    var imgName = AD.name;
    var CurrentFolder = activeDocument.path;
    var parentFolder = decodeURI(activeDocument.path.parent);
    // Write file up one level into "digipics"
    saveFile = new File(parentFolder + '/' + "digipics" + "/" + imgName)
    saveOptions = new JPEGSaveOptions();
    saveOptions.embedColorProfile = true;
    saveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    saveOptions.matte = MatteType.NONE;
    saveOptions.quality = 8;
    AD.saveAs(saveFile, saveOptions, true,Extension.LOWERCASE);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    What code can I add as an IF statemnt incase I forget to create the folder first.  It would create the folder then save to it.

    #target photoshop
    var AD = app.activeDocument;
    var imgName = AD.name;
    var CurrentFolder = activeDocument.path;
    var parentFolder = decodeURI(activeDocument.path.parent);
    var digiFolder = new Folder(parentFolder + '/' + "digipics");
    if (digiFolder.exists == false) digiFolder.create();
    // Write file up one level into "digipics"
    saveFile = new File(digiFolder + "/" + imgName)
    saveOptions = new JPEGSaveOptions();
    saveOptions.embedColorProfile = true;
    saveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    saveOptions.matte = MatteType.NONE;
    saveOptions.quality = 8;
    AD.saveAs(saveFile, saveOptions, true,Extension.LOWERCASE);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    Should do the job…

  • Uninstalled PSE6 on MAC 10.6.8; reinstalled; actions not there; they are in usual folder on harddrive; deleted the Media file while PSE6 closed;rebooted computer; let regenerate; still not there

    Oops think I put all the info in the title. 
    Uninstalled PSE6 on MAC 10.6.8 (was having printing problems and wanted a fresh start)
    Reinstalled
    Actions not there
    Actions show they are in the folder on the Macintosh HD under the PSE6 in the Photo Effects folder
    Deleted Mediadatabase.db3 while PSE6 is closed
    Rebooted computer
    Opened PSE6 and let regenerate
    Still not there

    I used the PSE6 disc to uninstall.  I had the same actions on my laptop so I copied them to a Compact Flash and moved them over to my computer.  Now everything is as it should be.  I didn't realize that when I uninstalled it would take my actions too.  Glad I had them on my laptop.  Thank you for the info.

  • How can I save a folder with pictures in it, on PC or MAC? (Not Camera Roll)

    Dear Apple Community,
    I want to save a Folder with pictures in it, that I created from the iPhone.. these photos (and videos) are available only in this folder and I don't want to loose them at all!
    Whatever, how can I save this folders on my mac? and/or PC? And I don't mean the camera roll folder! Just this folder that I created on the iPhone.
    Thanks in advance for you anwers!
    Best Regards,
    Luke

    Not supported by Apple. The only photos that can be imported from an iPhone are photos in the camera roll.

  • Actions not working- CS3

    I have my own purchased copy of Photoshop CS3 on a PowerMac G5 and it's been working fine.
    Now I can't get the actions to work, and I have 1,000 files to resize.
    I've reinstalled the program, but nothing has changed.
    Here's what I do:
    Through Bridge, open image (tiff), open actions
    create new set, create new action, Record
    resize image, save image as jpg to new folder, close, Stop Action
    In  Photoshop, Batch, select action, select source and destination folders, hit ok
    Action starts, opens up file, resizes, closes
    Usually nothing appears in the new folder.
    Today:
    It is now saving a tiff and a jpg to the new folder, but the jpgs are totally the wrong size, and the tiff is not supposed to be there.
    It's good it's actually saving an image now, but not still doing what I specify
    Any suggestions?

    A Save As-step with Folder-seelction in an Action can be problematic.
    I recommend you just use File > Scripts > Image Processor and drop the Save As-step from the Action.

  • Markup and Redact Action not Redacting

    Background: I am using Acrobat Pro XI on a Windows 7 machine. I am trying to create a custom Action in the Action wizard to find SSNs, redact them, and then save the document. My action is set as follows:
    * Mark Up Text Pattern
         Settings: Markup SSN only, process all pages in document
         Preferences: Highlight, Markup in red, Redact in black
    * Apply Redactions
    * Save
         add _Redacted to file name, save as pdf in source folder
    When I run my action, it highlights the SSNs in red, but does not redact them into black before saving. I have tried changing the color settings to make it highlight in black--when I do this nothing appears to happen in my document. The Full Report after the Action has been run shows this for Apply Redactions:
    Command Name: Apply Redactions
    Command Start Time: 2015-02-27 13:46:00
    reportType: Warning
    errorCode: 0
    message: No unapplied redaction marks were found.
    Command Status: Succeeded
    Command Finish Time: 2015-02-27 13:46:00
    The end goal of this process is to create a batch file with Evermap's AutoBatch plug-in and have a fully automated process that scans, redacts and saves our documents.
    Has anyone experienced this issue, or know of a patch/workaround/something to fix this?
    -A

    I wanted to thank Gilad for his assistance.  He had a good script that he just made better!  His revisions took care of my issues and I can now easily iddentify SSNs that carry over to another line.  His script is available at the following URL:
    http://try67.blogspot.com/2011/04/acrobat-batch-redact-social-security.html

  • IMovie 5.0 doesn't save project folder

    I installed iLife 5.0 and it worked fine. Then I installed Tiger. Now iMovie no longer saves a folder containing audio and media folders but only saves the project title icon with a star. When I work with the project all the stills end up in the trash, and the program freezes while I'm working on a project. iPhoto has also frozen when I was working on a slide show. The frozen applications will force quit with command + option + escape, but the cursor remains frozen and I've had to shut down with the power button and restart. I've also noticed that Mac Help is not functioning correctly. Clicking on the blue underlined topics does not take me to a link as it should. I've Restored Permissions, used Cache Out X, and used Terminal (sudo sh /etc/daily). I'm not sure what to try next. Should I reinstall iLife 5.0?
    KC
    G5   Mac OS X (10.4)   768 RAM and additional internal HD

    Hi kc - have you done all of these things:
    http://www.macworld.com/2005/01/features/preventmacdisasters/index.php
    As Bengt says, your problem is more fundamental than an iLife glitch. Have you tried creating a new User Account and testing whether the problem then disappears? If it stays, then it's a problem with the System.
    By the way - the iMovie project 'package' can be opened - see here:
    http://www.sjoki.uta.fi/~shmhav/iMovieHDbugs.html#package
    G5 Dual 2.0 ghz   Mac OS X (10.4.3)   1.5 GB RAM; VidCam: Sony DCR TRV80E

  • How do I backup bookmarks to a folder on my desktop & NOT just an unreadable .json file before trying to recover lost bookmarks?

    Previously whenever upgrading to a new browser my Bookmarks stayed the same. So I went into the library to backup what little I have left & was told to 'save to folder on my hard drive' & did so. There's NO FOLDER, just an unreadable file with the extension of .json
    Maybe I should ask a better question: When restoring the bookmarks from a prior date will I get back EVERYTHING from that day (which would include the ones I was told to backup & can't, or am I faced with losing what I have left to get back what I lost? I have Windows XP home ed. version 3 & I'm afraid to do anything at all.
    I know it's not life & death, just webpages I visit often, but some ARE very important & I don't have the greatest memory to remember them all.
    PLEASE HELP ME!! Thanks in advance.

    You can restore a JSON backup in Firefox if you have such a backup.<br />
    * Bookmarks > Show All Bookmarks > Import & Backup > Restore > Choose File
    Restoring a JSON will however replace all the current bookmarks.<br />
    If you have any that you want to preserve then you need to export the bookmarks to an HTML file and re-import that HTML backup after you have restored the JSON backup.<br />
    Make sure that a JSON backup has .json file extension and that an HTML backup has a .html fle extension to avoid problems (nothing happens or you get an error like can't process the backup file).
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • Could not save preferences because the file could not be found (Windows) then Error 1 on PS,AE,PR,ID

    I was trying out Photoshop, everything was running fine then one day when I close it I get an error:
    "Could not save preferences because the file could not be found..."
    Now when I boot it I get the Configuration Error 1.
    After Effects still boots, but it reset all my preferences there. For example the workplace layout was reset, all my saved Output presets were removed and my memory-cache and performance settings were reset again.
    Premiere and InDesign get the error too and won't boot.
    This is the second time it has happened, I'll try wiping every Adobe program and reinstalling all over again, but it had run fine before for a while and it randomly happened.
    Any idea how to fix this?

    Nope I havent touched the Documents folder.
    Forgot to mention that I'm on Windows 7

  • Why can't FC save the folder locations set for render files?

    I wrongly assumed that when you go to system settings to select the scratch disks (root folder where all the audio and video render folders and files go, capture files, etc.) that Final Cut would save the folder locations within the FC project you are working in. Makes total sense, but for reasons I don't understand, FC does NOT save these folder locations and the result is that I have render files scattered all over the place on my hard drive and it is quite a mess! Fortunately, the project file remembers where it put the render files, so as long as you don't remove or rename any project folders, everything shows up rendered on the time line as it should. The problem is, if I'm working on several projects at once, I have to reset the scratch disks every time I reopen a project, otherwise the program will save it to the last scratch location selected and put all of the render files in another project's folder. I often forget to reset the scratch disks when I'm busy and now I have render files mixed up in various project folders.
    Why can't you just set the scratch disks one time when you first set up the project and have the project always remember that location, instead of always having to reset them every time you reopen a project. I love Final Cut, but this is a product defect that should be addressed and corrected. If the project file can remember where it is putting all the render files, it should also be capable of remembering the scratch disk locations you originally selected when you first set up the project or better yet, save it to the project's root folder by default. Am I missing something here?

    As MtD describes, FCP sets file locations for ALL projects at the system level.  It may help to organize things this way so your files don't end up scattered across multiple locations.
    Save the project files to your User folder on the boot drive.
    For all the other files FCP creates, set them on a non-boot drive similar to this:
    Media Drive
    ----->FCP Documents
    ---------->Autosave Vault
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Audio Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Capture Scratch
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Waveform Cache
    Of course, you can choose to keep renders or the Autosave Vault folder on other drives ... just keep them off your boot drive.  It may not be the way you're use to working, but it's worked well for me the past 14 years.  When you finish with a project and ready to delete the associate files, just go to your media drive and delete folders bearing the project's name.
    -DH

  • In System Prefereneces, when I am in Desktop and Screen Saver, I am unable to remove folders. I can click the "-" and the folder appears to be gone, but when I close and then reopen System Preferences, and open Desktop and Screen Saver, the folder reappea

    In System Prefereneces, when I am in Desktop and Screen Saver, I am unable to remove folders. I can click the "-" and the folder appears to be gone, but when I close and then reopen System Preferences, and open Desktop and Screen Saver, the folder reappears in the list. I have tried deleting preferences "plist" but I am totally unable to remove the folders.

    I've seen one other report like yours, and I think the issue is caused by a bug, but I don't know what triggers it.
    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Could not Save As because write access was not granted

    I get an Error Message every time I try to Save As my Image after working with them on my iMac why?
    here the Message I get it: Could not Save As because write access was not granted,I try both JPG & PSD.Thanks

    You could start by repairing permissions with Disk Utility and go over the usual trouble-shooting routines (trashing prefs by keeping ctrl-alt-shift pressed while starting Photoshop, 3rd party plug-ins deactivation, system maintenance etc.)?
    Edit: Of course you could also manually check the permissions for the file, the folder, the folder the folder resides in etc. (File > Get Info in the Finder).
    And just to make sure: You are saving to a local volume and not across a network?

  • Unable to save home folder while deleting account

    Hi there:
    I am trying to delete a user account from a 10.6.8 MBP. I want to save the user's home folder to a DMG, like I always do. There is 201.42GB free on the HD. I get an error when trying to delete the account, however, that:
    "The home folder cannot be saved. To save the folder, you need 57.6GB of free disk space." (Well, it's not really an error. The "save folder" option is greyed out, with that explanation).
    LIke I mentioned, there is over 200GB free on the drive. I tried repairing permissions and rebooting. Verified disk. No help.
    Can anyone advise?
    Thanks!

    Grrr...Never mind. Once I took ownership of the user's folder, OSX started reporting the correct size. There is not, in fact, enough room on the HD, so I'll figure something else out.
    Thanks.

  • Command line option "-save-to-folder" stopped working after last update: Any workaround?

    Running FF on Linux, I was using the -save-to-folder option at CLI to write a copy of the webpage to file with JS content rendered. Worked great until the recent update (to v.27.0.1).
    Typical format was: firefox url -save-to-folder filename
    When things break, the fixes sometimes happen quickly, sometimes not. In the meantime, anyone have a workaround?

    [http://ubuntuforums.org/showthread.php?t=2210953&p=12955762#post12955762]?
    It will depend if your Linux build was compiled by a third party. Typically if a function like that stops working, uninstalling might be a good option, but maybe not in this case.
    The full list are [https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options] is this one custom perhaps?
    There is an add on [https://addons.mozilla.org/en-US/firefox/addon/save-file-to/ Save file to] that adds a dialogue, but you may want to stick to linux. There is a customize shortcuts [https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/ add on]
    -recording-output may be something you can try. Or make a bug! :-)[bugzilla.mozilla.com]

  • Yoga 2 Bluetooth not stable with 7260 AC card

    Hi everyone,
    I'm having a problem with my Microsoft Wireless Bluetooth 8000 presenter mouse staying connected via Bluetooth.  I have installed the latest Kona Wifi driver and the latest Bluetooth driver from the Lenovo site.  It's my opinion that these two drivers are not compatible. 
    The only way I have been able to keep both the wifi and the Bluetooth stable and not drop connections is to have the latest Kona driver for wifi and roll back the Bluetooth driver to the "generic Bluetooth driver" from 2006.  When I use the most recent Bluetooth driver it works initially but then it will be totally unresponsive after I sleep or restart the computer and I have to keep reinstalling the Bluetooth mouse to reconnect.  Crazy!
    I have all the Bluetooth, USB and Wifi energy setting turned off so the computer cannot put any of them to sleep to save power.
    On a side note, I also installed the Intel AC dual band version of the card. 
    I have noticed that I have lost my 5 Ghz wifi connection completely a couple of times in the last few days with both the Kona version of the wifi driver and with the driver direct from Intel's site.  Both appear to be the same driver.  The only way I am able to get my 5 Ghz back is to reboot the computer and bang - it's back. 
    The other interesting thing is I can have the laptop right next to my router and the it will go from 2 bars to 5 bars back and forth but when I monitor the connection with Inssider it does not show any signal drops or degradation of signal.  What the heck is going on with the windows wifi meter?
    I don't blame these issues on Lenovo and I understand that I now have a non-stock wifi card installed so I'm on my own.  I think there is an issue Intel not getting these drivers right with the windows 8.1 update.  Intel needs to get their crap together with their 7260 series of wifi cards.  Anyone know what the new MacBook pros are using for AC wifi cards?
    BTW - turning of Bluetooth is not a reasonable solution to fixing my problems.  Both should just work.  I'm curious if anyone else has found a good combination of Bluetooth  and wifi drivers who may also have installed the AC dual band version of the card.  I'm about 90 percent stable at this point but I just can't stand the idea of using a Bluetooth driver from 2006.
    Overall, the laptop is good.  The greasy looking track pad looks like hell already and the light bleed from the bottom of the screen is annoying.  High res is awesome for most things but almost un-useable for other older programs that won't scale right.  My wife is getting huge headaches trying to use a work program with miniature font.  When I remote desktop into my home server it is terribly small....break out the magnifying glass!
    Looking forward to the yellow update and hopefully some wifi/Bluetooth stability in the near future - I'm talking to you Intel.  Peace!

    I'm using a Logitec Bluetooth mouse and have problems.  I installed the Bluetooth drivers from the Lenovo web site.  When I click to open a window, the Bluetooth mouse becomes inoperable.  I can use the touch screen or the pad to move the cursor or windows.  The mouse will "go to sleep" and then re-activate after perhaps 20 seconds or so.
    No time to troubleshoot it right now, but has anyone tried new drivers from Intel for the wifi card or from Microsoft for Bluetooth?  All Lenovo drivers are dated October 16 I think.  The fact that it happens with a Logitec mouse susggests driver problems.
    Love the laptop, however !!

Maybe you are looking for

  • How to get rid of extra data in character buffers for key and data

    Hi - Using the C API, I am using a cursor to just pull all the key/value pairs from a database. Here is the relevant code: /* Initialize key/data structures. */ memset(&key, 0, sizeof(key)); memset(&data, 0, sizeof(data)); key.flags = DB_DBT_MALLOC;

  • Megaplayer ms-5533 sd card problem

    i have megaplayer 533 ,model ms-5533 all work fine, on computer connect like usb without drivers... i buy sd card 4gb kingston micro sd adapter,micro sd 4gb... i put card in slot press power on button, and on displey see message MEGA and nothing not

  • How much is too much music on itunes?

    im uploading a lot of music onto my itunes, for two different ipods, and i dont know if i put too much music on if there will be a lag or anything can someone please tell me how much music a computer can take before significantly slowing down?

  • Server pool with non-identical HW/CPU

    Hi, I know that the installation manual requests, that all VM servers in one pool are based on the same hardware. Now, will OVM refuse to add new VM servers that are based on a different hardware, especially with different CPUs? I do have E5506 and E

  • Why does my comment say my name is SCOTT BENSON?

    I left a comment here: http://livedocs.adobe.com/flex/3/html/asdoc_9.html#142061 And it says my name is SCOTT BENSON (which it is definitely not). How do I change this? I've been on the phone with customer support and they have no idea what I'm talki