diff options
Diffstat (limited to 'src/fs.rs')
-rw-r--r-- | src/fs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +// Copyright 2018 the Deno authors. All rights reserved. MIT license. use std; use std::fs::{create_dir, DirBuilder, File, OpenOptions}; use std::io::ErrorKind; |