Windows XP file/folder handling does not work? (RSP Rules!)

Sorry if this has been asked many times before, but a forum search on "folder" does not return anything ??? (amazing)
I am trying to make sense out of where and when to use folders and collections and I wish there would be more info in the help/manual.
Lesson learned so far: you can spend an awful lot of time flagging images as rejected and then delete them from a quick collection, only to find out that they are only removed from the (logical) quick collection, not from the (physical) folder on the file system. @!x$
Now, it seams that any folder action does either not work at all or only works partially:
- I cannot import an empty folder, to put images in later
- I cannot drag and drop more than one file at a time to a folder
- When I create a new folder, I never get to see it or name it in Lightroom. It gets created on the file system however, as "new folder (x)".
Why are there no settings under "preference" where to put libraries, back-ups of libraries, which library to use at startup, where and how to create/store previews and their lifetime and so on?
Also, there should be a much more convenient way in the handling of multiple computers and creating/restoring backups!
Reading some of the endless complaints about file corruptions and file losses, I think I will return to RawShooter Premium untill I finally get the feeling that my images and the work on them are safe within Lightroom. RSP is also WAY more snappy and responsive (except for the slide show)!

Jeff: You truly offered some amazing insight here! I really thought that Adobe bought Pixmantec for their technology and for the wizzards that drove that technology. Now you made it clear that all that is limited to "inspiration". Wow! So, why DID Adobe buy Pixmantec? Market share? Take the most brilliant and cheap competitor off the market? Some other reason???
Apart from that: I DO know that writing software is not easy. It must be really unpleasant for the hard working "scary brilliant" experts with a serious track history to hear people complain about issues like file handling on a particular operating system instead of admiring their brilliant ideas and concepts.
Alas, this is life: if you would buy a car you would bring it back to the garage to complain about the lock in the trunk that opens at awkward times leading you to loose your groceries instead of talking to those people about how magnificent that particular car takes you trough corners at 100 mph.
And I still believe that the RSP folks did a better job with their version 1 than Adobe did with LR, knowing that Lightroom is more complicated than RSP and taking into consideration that the Adobe people have a much longer history and experience with Photoshop/Album/Bridge. So I would say Adobe can learn a lot from the RSP boys. Just do it!
Tim: as I'm planning to move from RSP to LR (maybe wait until 1.1), the most important starting information I'm looking for right now is how to set up my filesystem and the LR database for the most efficient way of working and for the "most" data security. Neither the LuLa tutorial nor the help file/manual seem to offer much information on this -I believe extremely important- topic.
All this aside from what seems like Windows file handling bugs to me, hopefully adressed in version 1.1

Similar Messages

  • Aero in Windows 7 64bit home premium does not work. Aero display selections are grayed out.

    Aero in Windows 7 64bit home premium does not work. Aero display selections are grayed out.  HP 600-1315xt.
    Have tried everything I can find on internet and here on HP. None of the suggestions worked. Windows fixit for windows could not fixit. Any suggestions are appreciated. I can always use my disks and rebuild the computer. A last resort.

    Hi,
    It might be the graphic driver not compitable with the graphic device.  Has there been a change to the graphic driver?
    One thing you can try is to uninstall graphic driver and download the latest from Windows Update (if you haven't tried this).  Here are the possible steps:
    1.  Go to Control Panel->Hardware and Sound->Device Manager,  uninstall the graphic card driver by right clicking and select "uninstall".  Make sure the option "Delete the driver software for this device" is selected.
    2.  Reboot the system.
    3.  Go to Control Panel->System and Security->Windows Update, click on "Optional updates" and find the driver for g210 and do the update.
    I work on behalf o HP.
    Please click the white Kudos star to say thanks.
    Please click Accept As Solution if you found my response helpful.

  • Help with util.zip up files... does not work

    I am writing a program so my mum can zip up new photos she takes and then send them to me. The program creates a html file for the webpage plus a smaller version of her original photo and places them all in a 1 folder with a new name. Al this part works... I want to afterwards place my files in a zipped up folder that she can e-mail me with her normal client. How... I picked up this code on the net and have changed it to incoporate my parameters. The files which are created ..paths are (String in an String[]) I then send to my zipping method.
    The zip file is created but does not work when I try to extract from it ??? I also know that the String [] works becuse I have made a loop to check its properties at each index.
    what am I doing wrong?
    This is a modified code I found on the internet but with no author??
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.zip.ZipEntry;
    import java.util.zip.*;
    public class Test{
        private File zipDir;
        private String[] filename;
        public Test(String[] recivedFilename){
            filename = recivedFilename;
            try {
                ZipOutputStream zos = new
                        ZipOutputStream(new FileOutputStream("c:\\curDir.zip"));
                from,
                zipDir("c:\\batviapictures\\", zos);
                zos.close();
            } catch(Exception e) {
                //handle exception
        public void zipDir(String dir2zip, ZipOutputStream zos) {
            try {File
                zipDir = new File(dir2zip);
                String[] dirList = filename;
                byte[] readBuffer = new byte[2156];
                int bytesIn = 0;
                //loop through dirList, and zip the files
                for(int i=0; i<dirList.length; i++) {
                    File f = new File(zipDir, dirList);
    if(f.isDirectory()) {
    String filePath = f.getPath();
    zipDir(filePath, zos);
    continue;
    FileInputStream fis = new FileInputStream(f);
    ZipEntry anEntry = new ZipEntry(f.getPath());
    zos.putNextEntry(anEntry);
    while((bytesIn = fis.read(readBuffer)) != -1) {
    zos.write(readBuffer, 0, bytesIn);
    fis.close();
    catch(Exception e) {

    I make no guarantees that this will completely solve all your problems, but I just know these calls are needed but missing from your OP:
    try {
        ZipOutputStream zos = new
                        ZipOutputStream(new FileOutputStream("c:\\curDir.zip"));
                        from,
                        zipDir("c:\\batviapictures\\", zos);
        zos.flush(); // ADD THIS after all files have been written to the zos
        zos.close();
    } catch(Exception e) {
        //handle exception
    }And
    while((bytesIn = fis.read(readBuffer)) != -1) {
        zos.write(readBuffer, 0, bytesIn);
    zos.closeEntry(); // ADD THIS after each file is written to the zos
    fis.close();

  • PDF Preview Handler does not work

    Hello,
    We installed Outlook 2010 on a new Windows 7 32bit machine with Acrobat Reader X.
    The preview handler for PDF files does not work in Outlook 2010.  Reader works fine by itself.
    If I uninstall Reader X and install verison 9.3 then the Preview Handler works fine.  Any suggestioers?  I have run the repoair on Office and reinstalled Reader X again but to no avail.
    - Neil

    No i didnt check for office updates.. however i did locate a fix.  I am not usually keen to try random fixes so i tested it solo first to confirm it was legitimate.  worked fine.      http://www.pretentiousname.com/adobe_pdf_x64_fix/
    Thank you for attempting to help me though.
    Regards,
    Will

  • Installing Firefox with windows 7 64bit mode just does not work.

    I have windows 7 64bit mode. I cannot install firefox, it crashes all the time when I open it. I know the problem is because my windows 7 is in 64bit mode. Can you (firefox support) or someone on this forum provide the simple and easy steps of getting it to work. Also can you (firefox) hurry up and release a 64bit version. I'm using google chrome and crazy browser as they seem to have no problems at all. I really want to use firefox but it just won't set up for me because I'm running win7 64bit mode. If I was running win7 32bit mode I wouldn't be having any issues. Has anyone out there got a simple step by step solution for this? It it mind boggling that with todays technology no one has a simple fix for this issue. Help!!!!!
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    I have been running Win 7 64 bit on an HP Pavilion lap for several months. The whole browser thing has been a nightmare. My work involves heavy duty internet research. Firefox crashes every few minutes. There is no specific event I can find that kicks this off, but running the latest Flash Players and Adobe Reader makes it a lot worse. In fact, I had to set up the adobe reader to not run within the Firefox window. I had to back off to an old version of adobe Reader and Flash Player to accomplish this. I love Firefox. I was disappointed to have to uninstall it as it was impossible to run searches with it.
    So then it proved to be that IE either version 8 or 9 was even worse. I could not keep it up long enough to run a search.
    So I installed Chrome which has some nice features, but it also crashes, albeit more gracefully so I do not lose my place and it makes a quick recovery but there are many online applications where Chrome just does not work.
    My son also has Win7 64 bit and says he is also having the same problems.
    I want my Firefox back! Please fix it.

  • Satellite Pro A200 Windows XP, 4Gb SDHC Card does not work.

    Hi,
    I have had a Satellite Pro A200 installed with Windows XP, SP2 for some time - No problems there, a great piece of kit. However I recently have bought a new camera and splashed out on a Kingston 4Gb SDHC card. The manual for my A200 seemes to indicate that it my laptop is compatible with SDHC cards to 4Gb however when I push the card in the LED flashes blue briefly and then nothing happens. My SDHC card does not appear to be recognised by the system.
    I see no errors in my OS event log and I have checked the slots operation by trying an older 512Mb SD card and that works fine.
    Can anybody offer any help please?
    For reference this laptop is a Model PSAE4E A200.
    Many Thanks in advance
    Simon

    If the above fix does not work (which it didn't for me on a Satellite Pro A100 running XP), try
    [http://support.microsoft.com/kb/923293] .
    That one did the trick

  • I HAVE EARLIER PREPARED WINDOWS REPAIR DISC, NOW IT DOES NOT WORK

    140525
    I HAVE WINDOWS 7  ULTIMATE VERSION- 32 BIT
    I HAVE EARLIER PREPARED MANY  " WINDOWS REPAIR DISC" FROM TIME TO TIME AS A PROTECTION ON THIS VERY LAPTOP AND OS.
    NOW IT DOES NOT WORK AND GIVE ERROR CODE -- 0XC00AA0301.
    I TRIED SEVERAL TIMES AND WASTED QUITE A FEW DVD'S.
    CAN YOU GUIDE?
    REPLY ON [email protected]
    HOPE TO RECEIVE HELP.
    GJDMBH

    Once downloaded the Window7 setup you then want to download the windows free burning app from the same thread.
    Also visit the Microsoft website link below as has basic guidance that may help you.
    http://www.microsoftstore.com/store/msusa/html/pbP​age.Help_Win7_usbdvd_dwnTool
    Basically with the Windows free burning app you can make either a USB boot stick media of windows 7 or a good older fashioned DVD boot media. Just follow instructions & see how you go, if get stuck come back to this thread & post details on your issue - hopefully myself or other members will be able assist you further if needed.
    Like my post? Click Kudos (thumb+) to show appreciation.

  • Satellite A660-11M on Windows 7 - Toshiba Power Saver does not work

    I have a Satellite A660-11M and I work on Windows 7 Ultimate
    The problem is that I have download all drivers and updates but the toshiba power saver does not work its installed with no error and TPSLaunch (green icon) does not open when I click on it and no icon I found in the control panel for the program afterIi install all the Value Added Package!

    Toshiba Power Saver is only for XP installations, you can't install the XP Drivers (and most Vista Drivers) in Windows 7.
    Make sure all your drivers are for the A660, and make sure they are for Windows 7.

  • Navigation Handling does not work !!!!

    hi every body
    i have two pages Login.jsp and page1.jsp, i want to prevent direct access to page1.jsp unless the user first go to login page and redirected to page1.jsp.. so if the user paste the pathe of page1.jsp immedatily , the application will redirect him to login page.
    i used the following code in pre-render method:
    FacesContext context=FacesContext.getCurrentInstance();
    Application application=context.getApplication();
    NavigationHandler navigator=application.getNavigationHandler();
    navigator.handleNavigation(context,null, "insecure");-----
    but unfortunately it does not work ,
    can any one please help me ?
    thanks in advance
    Mohammed

    Dude,
    Why not use a filter? It will save you having to add code to every page that requires a user to be logged in.
    Try http://securityfilter.sourceforge.net/ for something comprehensive. Or if you just want something that just intercepts a request and checks if a user is logged in (e.g. if the username property in SessionBean1 is set) and redirects the user to the login page if not... it's pretty easy if you've worked with filters before.
    Try it out and ask again if you want pointers.
    Cheers,
    Dave

  • PI 7.30: OS command on AIX to archive files on FTP does not work

    Dear experts,
    Our PI system runs on an AIX server.
    I have a scenario PI --> FTP. I also need to archive files in a seperate folder on the FTP.
    I have been following thread:
    Read or Write File On FTP server based on another file existence.
    After file processing in the Audit Log in RWB I among others I get the information:
    Execute OS command "sh /usr/sap/SYS/flex/batches/archive.sh file.zip /ftpfolder/file.zip"
    It seems it is working properly.
    The file itself gets processed to the "ftpfolder". But in the archive folder I do not get a copy of that file.
    My script looks like this:
    #!/bin/ksh
    ftp -n -v <<%%EOF%%
    open ftpserver
    user myuser mypassword
    prompt
    asci
    cd archivefolder
    mput $2
    bye
    %%EOF%%
    In the file receiver I have "Run OS command after message processing":
    "sh /usr/sap/SYS/flex/batches/archive.sh %f %F"
    %F stands for the complete path, right? So if I say "mput $2" in my script it should use %F.
    Could you please help me out here. I really don't know what the problem could be.
    Thank you and best regards,
    Peter

    hi Peter,
    >>>I have a scenario PI --> FTP
    but FTP does not support OS command as far as I remember
    correction:
    "Note that for the File Adapter transport protocol "FTP", the operating system command is NOT executed on the FTP server, but on the server hosting the Adapter Engine."
    please check for details:
    Note 841704 - XI File & JDBC Adapter: Operating system command
    Regards,
    Michal Krawczyk
    Edited by: Michal_Krawczyk_PIXI on Feb 3, 2012 3:38 PM

  • Upgraded LV7 to 8.2.1 and List Folder pattern does not work anymore as it did

    Hi
    I have upgraded LV7 to 8.2.1 and use XP.
    In a vi developed in LV7 I used the List Folder with pattern input to check wether a file name already exist in a folder  (path). This worked very well in LV 7 as the function return the filename if the exisiting filename matched the pattern input. In 8.2.1 this fucntion still exists but it does not return the filename as it used to do which is rather annoying.
    Has anybody else experienced this ie is it a bug? or is the operation of the function changed?
    Thanks in advance for the help.
    Cheers
    Jack

    Hi Jack,
    I can understand your frustration..   We had a thread complaining about the changes when it was first introducted.  Now that I'm used to it, I wouldn't go back..
    However, you can keep all versions of Labview installed on the same PC, meaning that Labview versions 7.0, 7.1, 8.0, 8.2, 8.5 can all happily co-exist on the same PC.  The benefit is that you can use the original version that you developped your code and continue to enhance the code using the original version without having to adapt to the newer version.  However, going up versions should be compatible, unless you are adding new features.
    There is one catch in what I described.  And you must keep a backup copy of your code.  If you open an older version using a newer version and save it, you cannot open it again in your older version, unless you use Save As Previous.  For that reason, it is best to keep an extra copy somewhere (which is always good practice anyway).
    Hope this helps,
    RayR

  • Google documents - 'select files to upload' does not work with v 3.6.8 Firefox - several users have noticed this.

    Until Friday, I could upload documents using google's facility within Firefox . Suddenly, the 'select files to upload' stopped working. Internet Explorer does this ok.
    I noticed on the Google forum that several users have reported this and someone suggested it should be reported to Firefox as it works with other browsers. I am using Windows XP on a laptop.

    It is an issue that Google are aware of and are working on a solution. See [http://www.google.com/support/forum/p/Google+Docs/thread?tid=4f0369bdcf6fd7ff&hl=en "Select files to upload" not working in Firefox - Google Docs Help]
    (Thanks to Joolsa for the link)

  • Spotlight Not finding files Re indexing does not work

    As the title says really, but there is more.
    If I am logged in as one of two users, I can't find the file in the spotlight search, not quite...but if I log in as a new user, the file appears within a few characters being typed in the Spotlight of the new User.
    The File title is Su Birth Cert.jpg
    If I am logged in as that user, I have to type the filename and include the  (.)  full stop at the end just before the  'jpg'  I don't need to type as far as jpg, Just the Full stop  (.)
    It is a jpg file, stored in a "Documents' sub folder with other ID info.
    Images are checked in Spotlight Preferences...but it is an Image..in a Documents Sub folder.
    I thought that may have been an issue...so i moved some documents over to the "pictures" home folder.  Spotlight continued to find the Document in the Pictures folder.
    I Duplicated the Birth Cert image..Spotlight still could not find it
    I opened the Image in Preview and exported it as a PDF Spotlight can now find it iinstantly
    I have re index multiple times, Re booted, Safe Booted, Recovery booted (where the Menu bar would not work,  where the Menu bar wold not work)   RESET PRAM
    Dragged User Folders HDD to Spotlight Privacy, then deleted it so to Force Re indexing
    used the command from other threads tp reset user folder permissions.
    Disk Utility does not give the option to Repair Permissions on the User Folders HDD.....yes the user Folders are 'moved' via the Sys prefer /Users/ Advanced options, to a separate HDD.
    Any one have any ideas?
    Spotlight does just not seem to want to find some files.

    Spotlight won’t work

  • File/Folder Deletion is not working

    Hi People,
    I have the following simple POJO class in which I am trying to delete a file but its not happening can someone pls help me on this.
    import java.io.*;
    class ListFiles
    public static void main(String args[]){
    String path="C:/Documents and Settings/Desktop//Art/Notes";
    File test1 = new File(path);
    String[] children = test1.list();
        if (children == null) {
            // Either dir does not exist or is not a directory
              System.out.println("dir empty:");
        } else {
            for (int i=0; i<children.length; i++)
                // Get filename of file or directory
                String filename = children;
              if(!filename.matches("Thumbs.DB")){
              System.out.println("filename:"+filename);
    if(test1.isDirectory()){
    System.out.println("filename:");
    boolean delete_dir=test1.delete();
    System.out.println("delete_dir:"+delete_dir);
    Thanks,
    R.Ramesh.

    I tried it ,
    pls go thru the following change in my code
    import java.io.*;
    class ListFiles
    public static void main(String args[])
         String path="C:/Documents and Settings/Desktop/IPLIT/Art/Notes";
         File test1 = new File(path);
         String[] children = test1.list();
             if (children == null) {
              boolean delete_dir=test1.delete();
              System.out.println("delete_dir:"+delete_dir);
              System.out.println("dir empty:");
         else {
                 for (int i=0; i<children.length; i++)
                          String filename = children;
                        if(!filename.matches("Thumbs.DB")){
                        File test2 = new File(path);
    I checked the folder its empty but still its not getting deleted
    Message was edited by:
    rameshr

  • Windows support files - bootcamp, drivers are not working [no sound, keyboard shortcuts]

    Hi guys,
    I'm using the following version of Bootcamp Version 5.0.3 (464) on MBP mid 2010, wit latest OS on it. I ave installed Windows 7 through multiple errors and had to clean the whole HD after backing the files. The Windows is running fine now, however I think I havent dowloaded Windows Support Files (second tickbox) in the bootcamp assistant when installing Windows (I only ticked the third box).
    And now I have tried to download the drviers from bootcamp on USB after formating it correctly, but the USB shows its empty.
    I tried the following steps:
    I went back into my Mac and opened up Bootcamp, reinstalled all the Windows Support Files (the top box of Bootcamp) and made sure to put them onto an external device i.e. USB/External Hard Drive etc...
    I then logged back onto my partioned Windows on my Mac and updated all the Windows Support Files. After that I restarted my computer back into Windows and popped in Guild Wars 2...
    But nothing seems to be working. I went to Windows Update smth, and looked for updates found quite a few of them and isntalled all of them, but noting is working - sound and keyboard shortcuts are gone and I cant downloaed the software I want.
    Could you please advice on what to do with those drivers. I have been trying for days...

    Hi JFFulcrum, thanks for your suggestion. I updated the BIOS earlier and still am getting the same results. Also, I decided to try another old soundcard I had laying around today, a SB PCI 512. And....same result i'm getting with the Audigy. Windows detects both cards, says they're working, but there's no sound. I'm beginning to think I should just RMA the board
    if you could find anymore information about those DMA issues, please do post! I have e-mailed gigabyte 3 days ago and they still haven't gotten back to me, so i'm not really sure where to go from here, if it's some setting in the bios, some sort of driver, a bad pci slot or what. ..

Maybe you are looking for

  • .swf files not viewing properly

    I am trying to place a .swf file that was made on a PC into my keynote document. All I am getting is a tall black column with type in it. This file works fine in power point but I would like to use Keynote for this presentation. Can anyone help?

  • Char ' or " in sql statement

    Hi, How to build the sql statement update myTable set myColumnName='myValue' when myValue contains ' characters ? I tried a replaceAll( "'", "\'") but it doesn't seems the solution.

  • Double value truncated to two decimal places without rounding the value.

    I want to truncate double value to two decimal places without doing the rounding of the value. Is there any method which can directly do the truncation.

  • Need help for query... exam incoming...

    ARTIST(CodA,NameA) WORK(CodW,Title,AuthorCode,ExpositionCode) Question: For each ExpositionCode, find the artists with the greater number of exposed works Pls... help!! Fabio

  • Power Mac g5

    i have a (2.2) Dual 1.8 GHz powerPC g5 2 GB DDR running mac os x 10.4.11. my question is if i need Multicore Intel processor Mac OS X v10.5.7 or v10.6 1GB of RAM 2GB of available hard-disk space for installation; additional free space required during