Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 309 Bytes

doesPathExist.md

File metadata and controls

10 lines (10 loc) · 309 Bytes
-- doesPathExist :: FilePath -> IO Bool
on doesPathExist(strPath)
    set ca to current application
    ca's NSFileManager's defaultManager's ¬
        fileExistsAtPath:((ca's NSString's ¬
            stringWithString:strPath)'s ¬
            stringByStandardizingPath)
end doesPathExist