RosettaCodeData/Task/Check-that-file-exists/MAXScript/check-that-file-exists.max
2013-04-11 11:14:19 -07:00

6 lines
142 B
Text

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