RosettaCodeData/Task/Check-that-file-exists/MAXScript/check-that-file-exists.max
2023-07-01 13:44:08 -04:00

6 lines
142 B
Text

-- Here
doesFileExist "input.txt"
(getDirectories "docs").count == 1
-- Root
doesFileExist "\input.txt"
(getDirectories "C:\docs").count == 1