RosettaCodeData/Task/Empty-directory/SenseTalk/empty-directory.sensetalk

9 lines
280 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
put the temporary folder & "NewFolder" into newFolderPath
make folder newFolderPath -- create a new empty directory
if the filesAndFolders in newFolderPath is empty then
put "Directory " & newFolderPath & " is empty!"
else
put "Something is present in " & newFolderPath
end if