swzoh wrote (on 10.08.2006 14:33): > rename dummy.bmp to dummy1.bmp (:I think you can do it although it's > still in use, maybe only on NTFS, not on FAT32) > then copy new bmp to dummy.bmp
Hi Sean, I wish it was so, but caching files as a Filesystem-feature would be fatal for many applications. OTOH, you can rename or delete the bmp w/o a problem, since it's not used by PP once it's loaded into memory. In order to try it, you can simply add following line before the 2nd file.copy command in Test2.powerpro: file.rename(_outpath ++ ?#dummy.bmp#, _outpath ++ ?#dummy1.bmp#) I'm working on an NTFS system. Any more idea? It wouldn't surprise me anymore if you'd suddenly come up with like 2 dll-calls which no mortal can decypher and get the job done, even with 3D animations :] Mostly I have no idea, where you find all those stuff about the dlls. Thx, Cü Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
