I have somehow managed to create a file with a zero-length filename. From
tahoe ls --json of its parent:
"children": {
"": [ <--- eeek, no name!
"dirnode",
{
"mutable": true,
"verify_uri": "xxx",
"rw_uri": "yyy",
"ro_uri": "zzz",
"metadata": {
"ctime": 1261027599.9070079,
"tahoe": {
"linkmotime": 1261027599.9070079,
"linkcrtime": 1261027599.9070079
},
"mtime": 1261027599.9070079
}
}
],
I would like to delete this directory, but I can't figure out any cli
syntax that would let me do it. When I try to remove it from the web, I
get an error. Help? :)
--
Kyle Markley
_______________________________________________
tahoe-dev mailing list
[email protected]
http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev