* Deletes the specified file. Note that this is only valid for a single file or an empty folder
* (non-recursive)
*/
public ProcessComponent createDeleteFileProcess(File file, NetworkManager networkManager) throws NoSessionException,
NoPeerConnectionException {
DeleteFileProcessContext context = new DeleteFileProcessContext(file.isDirectory());
// process composition
SequentialProcess process = new SequentialProcess();
// hint: this step automatically adds additional process steps when the meta file and the chunks need