]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/File.md
Fixed File SCL module documentation markdown flaws.
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / File.md
index 9e7e4ced78425db65884bc974342778a0d69442b..b549ee42569a96c885be9e9e73dd9717bb7065ef 100644 (file)
@@ -1,8 +1,22 @@
-# File\r
-\r
-::Data[File]\r
-::value[file, fileExists]\r
-\r
-# Undocumented entities\r
-\r
-::undocumented[]
\ No newline at end of file
+# File
+
+::data[File]
+::value[file, fileExists]
+::value[childFile]
+::value[copyFile]
+::value[createFile]
+::value[createTempDirectory]
+::value[createTempFile]
+::value[cwd]
+::value[deleteFile]
+::value[deleteFileOnExit]
+::value[isDirectory]
+::value[isFile]
+::value[listFiles]
+::value[makeDirs]
+::value[moveFile]
+::value[parentFile]
+::value[pathOfFile]
+::value[pwd]
+::value[sizeOfFile]
+::value[syncFile]