rejetto forum

add folders

0 Members and 1 Guest are viewing this topic.

Offline MelkiyProd.

  • Occasional poster
  • *
    • Posts: 70
  • Languages: English, Русский, Українська.
    • View Profile
I have 1 question. How can I add folder to sub folder via scripting commands?
{.add folder|real|test.}

I want {.add folder|real|test|path=/id/test.}

Help plz.
« Last Edit: March 16, 2014, 12:14:06 PM by MelkiyProd. »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile

add folder | A | B | C  is used to add a folder in the VFS, look at
http://www.rejetto.com/wiki/index.php?title=HFS:_scripting_commands

its possible to define properties of the new item by using  set item | A


to create a new real folder inside a real folder you have to use mkdir | A


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
this should work
{.add folder|real|C:\test|/another-folder/test.}


Offline MelkiyProd.

  • Occasional poster
  • *
    • Posts: 70
  • Languages: English, Русский, Українська.
    • View Profile
this should work
{.add folder|real|C:\test|/another-folder/test.}

Thanks, it's work  8)