4 lines
87 B
ObjectPascal
4 lines
87 B
ObjectPascal
begin
|
|
var path := 'C:\PABCWork.NET';
|
|
EnumerateFiles(path,'*.pas').PrintLines;
|
|
end.
|