Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
1
Task/Make-directory-path/ERRE/make-directory-path.erre
Normal file
1
Task/Make-directory-path/ERRE/make-directory-path.erre
Normal file
|
|
@ -0,0 +1 @@
|
|||
OS_MKDIR("C:\EXAMPLES\03192015")
|
||||
11
Task/Make-directory-path/Ring/make-directory-path.ring
Normal file
11
Task/Make-directory-path/Ring/make-directory-path.ring
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
System("mkdir C:\Ring\docs")
|
||||
isdir("C:\Ring\docs")
|
||||
|
||||
see isdir("C:\Ring\docs") + nl
|
||||
func isdir cDir
|
||||
try
|
||||
dir(cDir)
|
||||
return true
|
||||
catch
|
||||
return false
|
||||
done
|
||||
1
Task/Make-directory-path/Sidef/make-directory-path.sidef
Normal file
1
Task/Make-directory-path/Sidef/make-directory-path.sidef
Normal file
|
|
@ -0,0 +1 @@
|
|||
Dir.new(Dir.cwd, "path", "to", "dir").make_path; # works cross-platform
|
||||
Loading…
Add table
Add a link
Reference in a new issue