小哥哥编

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年10月20日

摘要: var dir = new Directory('bb/cc/ff/ee'); dir.createSync(recursive: true); //dir.createSync(recursive: false); 'bb/cc/ff/ee'是文件 '/bb/cc/ff/ee'是上级文件目录 tr 阅读全文
posted @ 2018-10-20 20:39 小哥哥编 阅读(200) 评论(0) 推荐(0) 编辑

摘要: print("hello world!"); print(Directory.current); print(Directory.systemTemp); // var ex= new File('file.txt').readAsStringSync(); // print(ex); String 阅读全文
posted @ 2018-10-20 20:29 小哥哥编 阅读(1822) 评论(0) 推荐(0) 编辑