Registriert seit: 27. Feb 2004
Ort: Bochum
206 Beiträge
Delphi 3 Professional
|
Re: Dateien mit 3, GB mit Delphi 3 beatbeiten/Editieren mögl
29. Aug 2008, 19:21
ja, hatte zuvor auch schon daran gedacht.
Delphi-Quellcode:
var F: File;
Fs, S: String;
begin
Assignfile(F, Edit1.text);
reset (F);
FS := inttostr(Filesize (f));
Closefile (f);
End;
doch da kommt "I/O-Fehler 32"
("mit OK")
sonst nix
was gibt's denn noch?
jemand meinte "Createfilex"
http://msdn.microsoft.com/en-us/library/aa912087.aspx
doch davon hab ich gar keine Ahnung.
ICQ: 204141443
Delphi 3 Professional, Intel 2x 2,4Ghz, 3 GB-Graka, Sound-onBrd, --
außerdem D2S, D3Pro, D4S, D5S, D6S, D7S + Indy, Lazarus, VB5Std, VC++5Pro, Tasm4+5 - was braucht man mehr?
-
|