mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Fixed issue copying nested directories
This commit is contained in:
parent
be0c03241e
commit
b811f5daf8
1 changed files with 1 additions and 0 deletions
|
@ -1167,6 +1167,7 @@ namespace IDE
|
||||||
|
|
||||||
if (entry.IsDirectory)
|
if (entry.IsDirectory)
|
||||||
{
|
{
|
||||||
|
srcFilePath.AppendF("{}*", Path.DirectorySeparatorChar);
|
||||||
Do(srcFilePath, destFilePath);
|
Do(srcFilePath, destFilePath);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue