Jump to content
UBot Underground

Create New Commands... Ui Open Folder


Recommended Posts

(Note: I am new at coding and I am just learning from examples and templates)

 

Is there a way to create a new command such as "ui open folder"?

 

I am trying to manipulate folders the same way I can manipulate files.

 

I am trying to randomly pick files from a folder the same way I can pick items from a file to work with.

 

 

Is there a way to do it with tables maybe?

 

 

 

I could write a bunch of little codes to work with the items in a file, and and let each bot be exclusive for each file.... 

 

But if I could add a random pick of files from a folder, then I could combine all the exclusive file bots get them into a single program.

 

 

 

 

 

 

 

 

Link to post
Share on other sites

(Note: I am new at coding and I am just learning from examples and templates)

 

Is there a way to create a new command such as "ui open folder"?

 

I am trying to manipulate folders the same way I can manipulate files.

 

I am trying to randomly pick files from a folder the same way I can pick items from a file to work with.

 

 

Is there a way to do it with tables maybe?

 

 

 

I could write a bunch of little codes to work with the items in a file, and and let each bot be exclusive for each file.... 

 

But if I could add a random pick of files from a folder, then I could combine all the exclusive file bots get them into a single program.

 

 

 

 

 

 

 

 

Link to post
Share on other sites

You can use this...

 

 

ui button("open folder") {
    plugin command("File Management.dll""open file"$special folder("Application"))
}

 

 

 

you can open folders, files and webpages

 

 

get this free plugin here

 

http://www.ubotstudio.com/forum/index.php?/topic/13237-free-file-management-plugin-multiple-commands-and-functions/

 

 

CD

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...