#1 25. September 2005 HI also das Program soll in dem ordner wo es sit alle Bilder umbenennen. also bei 1-XXXXXX. Das gleiche bei unter ordner udn beid en bildern da drin. Ka wie ich es amchen soll. =/ Hat einer ne Idee? Bitte eine erklärung dazu schreibenw as die Befehle bewirken. Danke 10ner winkt für den besten (allen ) + Multi-Zitat Zitieren
#2 25. September 2005 Hab mal copy und paste gemacht. Hoffe das reicht als Erklärung. Oder haperts in Englisch?? Ciao Don Rename a file or directory. int rename( const char *oldname, const char *newname ); int _wrename( const wchar_t *oldname, const wchar_t *newname ); Parameters oldname Pointer to old name. newname Pointer to new name. Return Value Each of these functions returns 0 if it is successful. On an error, the function returns a nonzero value and sets errno to one of the following values: EACCES : File or directory specified by newname already exists or could not be created (invalid path); or oldname is a directory and newname specifies a different path. ENOENT: File or path specified by oldname not found. EINVAL : Name contains invalid characters. For other possible return values, see _doserrno, _errno, syserrlist, and _sys_nerr. <io.h> or <stdio.h> + Multi-Zitat Zitieren
#3 25. September 2005 Mit Englisch hapert es doch immer naja werde scho zu recht kommen + Multi-Zitat Zitieren