File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ It is highly recommended that you should config it as a windows services.
7676 -// you also can do these actions against a existing file, this also works, but the time depends on the size of the file.
7777
7878* Programming way
79+
7980 -FileWriter fw = new FileWriter("G:\\container1\\append.log", true) // java 1.7+
8081
8182 -applendFile = open("G:\\container1\\append.log",' a+') // Python
@@ -98,9 +99,12 @@ It is highly recommended that you should config it as a windows services.
9899* In some cases for the desktop user, right-click these files (* .PPT(X), * .DOC(X)) may casue very slow response.
99100
100101## Supported platforms
101- * Linux : [ blobfs] ( https://github.com/wesley1975/blobfs )
102- * MacOS (via osxfuse): [ blobfs] ( https://github.com/wesley1975/blobfs )
103- * windows: [ blobfs-win] ( https://github.com/wesley1975/blobfs-win )
102+ * Linux : [ blobfs] ( https://github.com/wesley1975/blobfs )
103+
104+ * MacOS (via osxfuse): [ blobfs] ( https://github.com/wesley1975/blobfs )
105+
106+ * windows: [ blobfs-win] ( https://github.com/wesley1975/blobfs-win )
107+
104108
105109## Command Line Usage
106110 usage: Blobfs-Win OPTIONS
You can’t perform that action at this time.
0 commit comments