Added a few constants.
diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py
index 1d0c2c1..12d074f 100644
--- a/Mac/Lib/MACFS.py
+++ b/Mac/Lib/MACFS.py
@@ -90,3 +90,9 @@
 kColorSyncProfilesFolderType = 'prof'
 kThemesFolderType			= 'thme'
 kFavoritesFolderType		= 'favs'
+
+# Don't remember why this is here
+READ = 1
+WRITE = 2
+smAllScripts = -3
+