Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorprecid
    • CommentTimeMar 17th 2006
     # 1
    I upgraded from an old version, and now I have piles of directories full of .thumb.file.jpg

    any easy way to clear these out instead of going through directory by directory?
    •  
      CommentAuthorMark
    • CommentTimeMar 17th 2006
     # 2
    Well, the easier way would have been way back when I first released this version and I told you (personally) to upgrade right away so you wouldn't run into this problem ;)

    Now you have two choices:

    1. Do it manually
    2. Write a script to do it and share it with everyone on here :)
    •  
      CommentAuthorprecid
    • CommentTimeMar 17th 2006
     # 3
    I'm working on the script :/

    I don't follow your RULES man, I'm a rebel.
    •  
      CommentAuthorgiginger
    • CommentTimeMar 17th 2006
     # 4
    If you use FlashFXP you can search for certain files on a server and delete them.

    Sod using a script.
    •  
      CommentAuthorprecid
    • CommentTimeMar 17th 2006
     # 5
    find ./ -name \.thumb* -exec rm {} \;
    •  
      CommentAuthorprecid
    • CommentTimeMar 17th 2006
     # 6
    run that from the top level dir in your photo directory.
    •  
      CommentAuthorMark
    • CommentTimeMar 17th 2006
     # 7
    Booyah!
Add your comments
    Username Password
  • Format comments as