<?xml version="1.0"?>
<opml version="2.0">
	<head>
		<title>verbDocs</title>
		<dateCreated>Fri, 19 Feb 2021 14:47:39 GMT</dateCreated>
		<dateModified>Fri, 26 Mar 2021 16:23:26 GMT</dateModified>
		<expansionState>1</expansionState>
		<lastCursor>0</lastCursor>
		<ownerTwitterScreenName>davewiner</ownerTwitterScreenName>
		<ownerName>dave@scripting.com</ownerName>
		<ownerId>http://twitter.com/davewiner</ownerId>
		<urlUpdateSocket>ws://test.littleoutliner.com:1230/</urlUpdateSocket>
		<longTitle></longTitle>
		<description></description>
		</head>
	<body>
		<outline text="File verbs" created="Fri, 19 Feb 2021 14:47:39 GMT">
			<outline text="file.writeWholeFile (path, text)" created="Fri, 19 Feb 2021 14:50:19 GMT">
				<outline text="What it does" created="Fri, 19 Feb 2021 14:50:34 GMT">
					<outline text="Creates a new private file, or overwrites an existing file, at the indicated path, with the contents of the second parameter.  It creates any folders needed to store the file if they don't exist. " created="Fri, 19 Feb 2021 14:51:09 GMT"/>
					</outline>
				<outline text="Returns" created="Fri, 19 Feb 2021 14:52:20 GMT">
					<outline text="true." created="Fri, 19 Feb 2021 14:52:47 GMT"/>
					</outline>
				<outline text="Common error" created="Fri, 19 Feb 2021 14:52:50 GMT">
					<outline text="None documented." created="Sat, 20 Feb 2021 16:13:06 GMT"/>
					</outline>
				<outline text="Note" created="Fri, 19 Feb 2021 14:56:26 GMT">
					<outline text="Files are, by default, private. If you want to create a public file, first create the private file then call file.makeFilePublic." created="Fri, 19 Feb 2021 14:56:28 GMT"/>
					</outline>
				<outline text="Example" created="Fri, 19 Feb 2021 14:54:52 GMT">
					<outline text="file.writeWholeFile (&quot;hello.txt&quot;, &quot;Hello World&quot;);" created="Fri, 19 Feb 2021 14:54:55 GMT"/>
					<outline text="file.writeWholeFile (&quot;code/alert.js&quot;, &quot;dialog.alert ('Yo!'&quot;)); " created="Fri, 19 Feb 2021 14:54:55 GMT"/>
					</outline>
				<outline text="Bugs" created="Fri, 19 Feb 2021 15:04:52 GMT">
					<outline text="None documented." created="Sat, 20 Feb 2021 16:13:06 GMT"/>
					</outline>
				</outline>
			<outline text="file.readWholeFile (path)" created="Fri, 19 Feb 2021 14:47:51 GMT">
				<outline text="What it does" created="Fri, 19 Feb 2021 14:48:54 GMT">
					<outline text="Reads the file at the indicated path and returns its contents as a string. " created="Fri, 19 Feb 2021 14:48:23 GMT"/>
					</outline>
				<outline text="Returns" created="Fri, 19 Feb 2021 14:50:40 GMT">
					<outline text="The contents of the file, as a string." created="Fri, 19 Feb 2021 14:50:45 GMT"/>
					</outline>
				<outline text="Common error" created="Fri, 19 Feb 2021 14:49:46 GMT">
					<outline text="The file does not exist." created="Fri, 19 Feb 2021 14:49:51 GMT"/>
					</outline>
				<outline text="Example" created="Fri, 19 Feb 2021 14:48:57 GMT">
					<outline text="file.readWholeFile (&quot;hello.txt&quot;) //returns contents of file hello.txt" created="Fri, 19 Feb 2021 14:49:00 GMT"/>
					</outline>
				</outline>
			<outline text="file.sureFilePath (path)" created="Fri, 19 Feb 2021 15:07:11 GMT">
				<outline text="What it does" created="Fri, 19 Feb 2021 15:07:18 GMT">
					<outline text="Creates any sub-folders needed to be sure you can create the file indicated by path. " created="Fri, 19 Feb 2021 15:08:13 GMT"/>
					<outline text="The path is created in the user's private space. " created="Fri, 19 Feb 2021 15:12:11 GMT"/>
					</outline>
				<outline text="Returns" created="Fri, 19 Feb 2021 15:09:00 GMT">
					<outline text="true" created="Fri, 19 Feb 2021 15:09:03 GMT"/>
					</outline>
				<outline text="Example" created="Fri, 19 Feb 2021 15:09:05 GMT">
					<outline text="f = &quot;code/project/app.js&quot;; file.sureFilePath (f); file.writeWholeFile (f, &quot;dialog.alert (\&quot;I am an app.\&quot;)&quot;)" created="Fri, 19 Feb 2021 15:09:14 GMT"/>
					</outline>
				<outline text="Bug" created="Fri, 19 Feb 2021 15:11:13 GMT">
					<outline text="Not implemented yet." created="Fri, 19 Feb 2021 15:11:37 GMT"/>
					</outline>
				</outline>
			<outline text="file.makeFilePublic (path)" created="Fri, 19 Feb 2021 15:07:18 GMT"/>
			</outline>
		</body>
	</opml>
