<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Saving My Fortran Data on a CD]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=735&amp;type=atom" />
	<updated>2020-02-24T12:07:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=735</id>
		<entry>
			<title type="html"><![CDATA[Re: Saving My Fortran Data on a CD]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3416#p3416" />
			<content type="html"><![CDATA[<p>When you use Fortran&#039;s <em>OPEN</em> statement, you can specify a full path to a file using the <em>FILE</em> argument:</p><div class="codebox"><pre><code>OPEN(FILE=&#039;E:\data.out&#039;, UNIT=100, STATUS=&#039;NEW&#039;, ACCESS=&#039;WRITE&#039;)</code></pre></div><p>However, Windows could very well block this operation.&nbsp; Directly writing to a CD is considerably different (and substantially slower) than writing to a hard disk or SSD.&nbsp; It might be preferable to manually copy data files to the drive after creating them on disk.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-24T12:07:50Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3416#p3416</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Saving My Fortran Data on a CD]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3414#p3414" />
			<content type="html"><![CDATA[<p>What would be the specific commands that I would add to my program to save my fortran data file on drive E which is my read/write cd?</p>]]></content>
			<author>
				<name><![CDATA[NadineNiles$&]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3900</uri>
			</author>
			<updated>2020-02-21T22:38:10Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3414#p3414</id>
		</entry>
</feed>
