[Swift-devel] writeData

Ben Clifford benc at hawaga.org.uk
Wed Jul 1 10:37:28 CDT 2009


r2994 contains a writeData function which does the opposite of readData.

Specifically, you can say:

file l;
l = writeData(@f);

to output the filenames for a data structure into a text file, so that you 
can pass this instead of passing filenames on the command line.

-- 




More information about the Swift-devel mailing list