| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
This approach (found where you suggested in the Java tutorial) is
obviously more streamlined than what I was doing. But TextEdit still
failed to open the new rtf file!!! The file and its icon appear in my
Build folder next to the original, but the open fails.
int c;
while ((c = fis.read()) != -1) {
fos.write(c);
}
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.