File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
streamerbot/3.api/1.sub-actions/core/file-io Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : File Exists
3+ description : Determines if a given file exists
4+ version : 1.0.1
5+ parameters :
6+ - name : File to Check if Exists
7+ type : File
8+ required : true
9+ description : Select the file to check, or enter a path
10+ - name : Variable Name
11+ type : Text
12+ default : fileExists
13+ description : The variable name to contain the result.
14+ variables :
15+ - name : fileExists
16+ type : bool
17+ description : ` True` if the file exists, `False` if it doesn't.
18+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Folder Exists
3+ description : Determines if a given folder exists
4+ version : 1.0.1
5+ parameters :
6+ - name : Folder to Check if Exists
7+ type : File
8+ required : true
9+ description : Select the folder to check, or enter a path
10+ - name : Variable Name
11+ type : Text
12+ default : folderExists
13+ description : The variable name to contain the result.
14+ variables :
15+ - name : folderExists
16+ type : bool
17+ description : ` True` if the folder exists, `False` if it doesn't.
18+ ---
You can’t perform that action at this time.
0 commit comments