create_folder: Create a new folder in an Egnyte filesystem

View source: R/folders.R

create_folderR Documentation

Create a new folder in an Egnyte filesystem

Description

This function will create a new folder/directory in an Egnyte filesystem

Usage

create_folder(parent_folder, new_folder_name,
  token = get_parameter("token"), domain = get_parameter("domain"))

Arguments

parent_folder

The full path (starting 'Shared/') of the location that the new folder will be created

new_folder_name

The name of the new folder to create

token

User's Egnyter authorisation token

domain

Egnyte domain URL


joshmuncke/egnyter documentation built on April 18, 2023, 4:09 p.m.