<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I'm a new swift person, <i>long</i> time unix/linux developer, mac
user but only mac developer inasmuch as mac is unix. I've installed
swift on my ubuntu box, written hello world, etc.<br>
<br>
Now... to write much of anything else, I need a way to
open/read/write/close a file. I don't see anything like that in the
swift standard library, (aside from print()). And I don't see
anything in the way of documentation for the Core Library.<br>
<br>
How do I do i/o in swift?<br>
<br>
I'm not thinking in terms of "an app", just a simple, read from
stdin, write to stdout filter. How?<br>
<br>
Pointers welcome.<br>
<br>
--rich<br>
</body>
</html>