mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
webish: add preliminary mutable file support: upload, download, listings, JSON, URI, RO-URI. No replace yet.
This commit is contained in:
@ -433,6 +433,9 @@ class FileNode:
|
||||
def get_uri(self):
|
||||
return self.uri
|
||||
|
||||
def is_readonly(self):
|
||||
return True
|
||||
|
||||
def get_size(self):
|
||||
return IFileURI(self.uri).get_size()
|
||||
|
||||
|
Reference in New Issue
Block a user