Rabu, 05/04/2006 22:44:40, Ryo menulis:
RS> apakah menyalahkan aplikasinya (tapi mestinya aplikasinya kan juga
RS> manggil library-nya windows juga), atau file system-nya?
Kayaknya anda agak awam soal programming ya?
RS> diformat pakai FAT32. pas separuh jalan berhenti dengan keluhan
RS> "write error, disk full?", padahal masih kosong melompong 20 GB.
Oke deh, kita coba sama2.
C:\PROGRA~1>test
Runtime error 112 at 00403AD6
C:\PROGRA~1>type test.pas
{$APPTYPE CONSOLE}
var
S: string;
F: file;
begin
SetLength(S, 8192);
Assign(F, 'test.txt');
Rewrite(F, 1);
while True do BlockWrite(F, S[1], Length(S));
end.
C:\PROGRA~1>dir
Volume in drive C is MSWIN
Volume Serial Number is 8A39-5669
Directory of C:\PROGRA~1
08/01/2003 14:19 <DIR> .
08/01/2003 14:19 <DIR> ..
09/03/2001 20:12 <DIR> EditPlus 2
06/04/2006 12:23 182 TEST.PAS
06/04/2006 12:23 15,872 TEST.exe
06/04/2006 12:25 3,626,172,416 test.txt
3 File(s) 3,626,188,470 bytes
3 Dir(s) 0 bytes free
Tertanda,
Oguds [36856104]
--
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
:: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
[@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/
<*> 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/