partsDirectory static method
Directory for partial downloads that must survive restarts (inside bucket).
Implementation
static Future<String> partsDirectory(UStorageBucket bucket) async {
await _ensure();
return uJoinPath(_index(bucket).root, "parts");
}