Index: native_client_sdk/src/examples/api/file_io/index.html |
diff --git a/native_client_sdk/src/examples/api/file_io/index.html b/native_client_sdk/src/examples/api/file_io/index.html |
index 7625bd69c0aeb56793d59fe842c8a8b43c49f5db..7c62ebdd9ca68b4182dfa9fe978c6f00804a3107 100644 |
--- a/native_client_sdk/src/examples/api/file_io/index.html |
+++ b/native_client_sdk/src/examples/api/file_io/index.html |
@@ -29,6 +29,10 @@ |
<button id="loadButton" action="">Load</button> |
<button id="deleteButton" action="">Delete</button> |
+ <br>Directory Name |
+ <input type="text" id="dirName" action="" value="/"> |
+ <button id="listButton" action="">List</button> |
+ |
<!-- The NaCl plugin will be embedded inside the element with id "listener". |
See common.js.--> |
<div id="listener"></div> |