code cleanup
This commit is contained in:
parent
99ab384ade
commit
e705d0d286
@ -6,10 +6,10 @@ using Serilog;
|
|||||||
using ShellProgressBar;
|
using ShellProgressBar;
|
||||||
using Directory = System.IO.Directory;
|
using Directory = System.IO.Directory;
|
||||||
|
|
||||||
namespace PhotoRenamer
|
namespace PhotoRenamer;
|
||||||
|
|
||||||
|
internal class Renamer
|
||||||
{
|
{
|
||||||
internal class Renamer
|
|
||||||
{
|
|
||||||
private readonly ProgressBarOptions _childOptions;
|
private readonly ProgressBarOptions _childOptions;
|
||||||
private readonly string _sourcePath;
|
private readonly string _sourcePath;
|
||||||
private readonly string _targetPath;
|
private readonly string _targetPath;
|
||||||
@ -123,5 +123,4 @@ namespace PhotoRenamer
|
|||||||
|
|
||||||
return folder;
|
return folder;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
namespace PhotoRenamer.Types
|
namespace PhotoRenamer.Types;
|
||||||
{
|
|
||||||
public record MediaFile(string Path, DateTime CreationDate);
|
public record MediaFile(string Path, DateTime CreationDate);
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user