mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-13 14:00:48 +02:00
Fixed image sequence output
This commit is contained in:
@@ -114,13 +114,9 @@ namespace Flowframes.IO
|
||||
foreach (FileInfo fileInfo in files)
|
||||
{
|
||||
if (move)
|
||||
{
|
||||
fileInfo.MoveTo(Path.Combine(target.FullName, fileInfo.Name));
|
||||
}
|
||||
else
|
||||
{
|
||||
fileInfo.CopyTo(Path.Combine(target.FullName, fileInfo.Name), overwrite: true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user