How to trasfer my projects from C drive to External HD

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
kramaraju
Posts: 5
Joined: Wed Sep 15, 2004 12:30 am

How to trasfer my projects from C drive to External HD

Post by kramaraju »

My C drive is almost full . I need to trasfer picaloader projects to External Hard drive. I copied one big project to it , but when I tried to open it , I could not see any pics although I can still see thumnails in project. what is correct method for it.






Thanks in advance.
Anon6970
Posts: 8
Joined: Sat Jun 26, 2004 4:32 am
Contact:

Post by Anon6970 »

I'm afraid your screwed....this is the worst thing about this program.
If you move a project from a drive and directory structure, the destination must be identical or you get the the result you mentioned. example: project on comp1 C:\documents and settings\my pictures comp2 C:\documents and settings\my pictures. I hope they fix this somehow in ver 2.0 because it totally sucks...

Peace,
Anon
vbach
Posts: 3
Joined: Sun Mar 27, 2005 6:53 pm

How to trasfer my projects from C drive to External HD

Post by vbach »

This problem isn't too difficult to resolve, although it does require direct manipulation of one of the database files: PicaInfo.dat. The PicaInfo.dat file is located under the <projectname>.files directory. First copy your project directory (<projectname>.files) and the plp file (<projectname>.plp) to the new hard drive location. Change directory to the <projectname>.files directory and make a backup of PicaInfo.dat. Open PicaInfo.dat with a text editor (wordpad will work). Look for the old path for the project, it shoud look something like
<k>C:\path\to\<projectname.files\</k>
Perform a global search and replace for
C:\path\to\
with, something like
G:\newpath\to\
and restart PicaLoader. You should now be able to view your relocated files.
Post Reply