Skip to content

Instantly share code, notes, and snippets.

html>
<head>
<title>main</title>
</head>
<body>
<script>
nw.Window.open('chrome://inspect')
const base = 'file:///home/hkaya/nw/app/';
@hkaya
hkaya / index.html
Created August 13, 2015 16:42
nw13 test-app index.html
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
var fs = nw.require('fs');
console.log(fs.readdirSync('.')); // prints []
console.log(fs.readdirSync('..')); // prints []
console.log(fs.readdirSync('/')); // prints []
//console.log(fs.readdirSync('/tmp')); // throws ENOENT