home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
FileString.wo
/
FileString.wos
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-01
|
219 b
|
13 lines
////////////////////////
// FileString
// by Charles Lloyd
////////////////////////
id pathName;
- fileContents
{
id aContentsString = [NSString stringWithContentsOfFile:pathName];
return aContentsString;
}