-
Notifications
You must be signed in to change notification settings - Fork 2
/
jxaFunctionNames.txt
34 lines (34 loc) · 1.43 KB
/
jxaFunctionNames.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
alert :: String => String -> IO String
appendFile :: FilePath -> String -> IO Bool
appendFileMay :: FilePath -> String -> Maybe IO FilePath
base64decode :: String -> String
base64encode :: String -> String
copyFileLR :: FilePath -> FilePath -> Either String IO ()
createDirectoryIfMissingLR :: Bool -> FilePath -> Either String FilePath
doesDirectoryExist :: FilePath -> IO Bool
doesFileExist :: FilePath -> IO Bool
doesPathExist :: FilePath -> IO Bool
filePath :: String -> FilePath
fileSize :: FilePath -> Either String Int
fileStatus :: FilePath -> Either String Dict
fileUTI :: FilePath -> Either String String
filesCopiedLR :: FilePath -> [FilePath] -> FilePath -> IO Either String [FilePath]
getCurrentDirectory :: IO FilePath
getDirectoryContentsLR :: FilePath ->
getHomeDirectory :: IO FilePath
getTemporaryDirectory :: IO FilePath
listDirectory :: FilePath -> [FilePath]
modificationTime :: FilePath -> Either String Date
newUUID :: () -> IO UUID String
readFile :: FilePath -> IO String
readFileLR :: FilePath -> Either String IO String
readPlistFileLR :: FilePath -> Either String Dict
removeFileLR :: FilePath -> Either String String
renamedFile :: FilePath -> FilePath ->
setCurrentDirectory :: FilePath -> IO ()
tempFilePath :: String -> IO FilePath
unwrap :: NSObject -> a
wrap :: a -> NSObject
writeFile :: FilePath -> String -> IO ()
writeFileLR :: FilePath -> String -> Either String IO FilePath
writeTempFile :: String -> String -> IO FilePath