Search found 1 match

by Leander
2004-09-29 23:02:09
Forum: Ant Movie Catalog > Help
Topic: is renaming picture name possible?
Replies: 9
Views: 2118

save a picture

Hallo folks

tis is an example script to save pictures with title-name //*********************************************
function RenameFile(F1: string): String;
var
Line, Value1, Value2,Pfad: string;
BeginPos, EndPos,I: Integer;
begin
EndPos := length(F1);
Line := copy(F1,32,Endpos-31 ...