mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -129,8 +129,7 @@ public sealed class DataFile
|
||||
public static void WriteTo(string who, string filename, byte[] data, string whatWriting = null,
|
||||
bool overwrite = false)
|
||||
{
|
||||
if(string.IsNullOrEmpty(filename))
|
||||
return;
|
||||
if(string.IsNullOrEmpty(filename)) return;
|
||||
|
||||
if(File.Exists(filename))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user