Re: Trying to export two column table to text file
- To: mathgroup at smc.vnet.net
- Subject: [mg77829] Re: Trying to export two column table to text file
- From: Szabolcs <szhorvat at gmail.com>
- Date: Mon, 18 Jun 2007 06:49:10 -0400 (EDT)
- Organization: University of Bergen
- References: <f532jq$38q$1@smc.vnet.net>
Diana wrote: > Export["sequence.txt", tttable] > > I get an output line of "sequence.txt", but then can not find the > file. > > I am using Windows Vista, and believe I am searching the whole > computer. > > Diana M. The real question is: in which directory does Mathematica write the output by default? The keyword is: directory http://reference.wolfram.com/search.html?query=directory&collection=reference (The search term "folder" will also give good results). http://reference.wolfram.com/mathematica/guide/DirectoriesAndDirectoryOperations.html http://reference.wolfram.com/mathematica/ref/Directory.html Use Directory[] to find the current working directory (where the output is written); use SetDirectory[] to change it. Szabolcs