lace.environ.paths: Use 'shell.Directories' instead of 'shell.Directory_Iteration'.

This commit is contained in:
Rod Kay
2023-04-20 10:15:19 +10:00
parent b06d612c34
commit 50f5c2f6b2

View File

@@ -5,7 +5,7 @@ with
posix.file_Status,
posix.Calendar,
shell.Directory_Iteration,
shell.Directories,
lace.Text.all_Tokens,
@@ -394,7 +394,7 @@ is
function contents_Count (Self : in Folder;
recurse : in Boolean := False) return Natural
is
use shell.Directory_Iteration,
use shell.Directories,
ada.Directories;
Count : Natural := 0;