Changes between Version 2 and Version 3 of pyFilesystem
- Timestamp:
- 2013-07-27T12:40:51Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyFilesystem
v2 v3 25 25 python>>> from fs.contrib.tahoelafs import TahoeLAFS 26 26 python>>> from fs.expose import dokan 27 python>>> fs = TahoeLAFS('URI:DIR2: ctmtx2awdo4xt77x5xxaz6nyxm:n5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa')27 python>>> fs = TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa') 28 28 python>>> mp = dokan.mount(fs, "f", foreground=True) 29 29 }}}