View All docsVonage Cloud RuntimeOverviewGetting StartedIntroduction to Cloud RuntimePlatform DefinitionsWorking in the CloudWorking LocallyDebuggingDeployingManaging ProjectsguidesOverviewConfiguration FileSessionsSecretsIntegrating the Server SDKsProvidersOverviewVoiceMessagesConversationStateQueueSchedulerAssetsCode SnippetsGlobal FunctionsGet Account StateGet Instance StateGet your Application URLVerify CallbacksUse the LoggerCreate a SessionGet SessionsCreate a Vonage JWTUnsubscribe from WebhooksVoiceHandle an Incoming CallHandle Call EventsGet a Call RecordingMessagesListen for Incoming MessagesListen for Incoming EventsConversationListen for Conversation EventsStateKey-Value State OperationsTable State OperationsList State OperationsQueueList QueuesCreate a QueueGet a QueueUpdate a QueueDelete a QueuePause a QueueResume a QueueAdd Queue TasksDead Letter QueueSchedulerSchedule a CallbackCancel a Scheduled CallbackGet a Scheduled JobGet all Scheduled JobsAssetsCreate a DirectoryUpload FilesRemove a File or DirectoryList Files and DirectoriesGenerate a File's LinkGet a FileRelease NotesSDK Release NotesCLI Release NotesPlatform Release Notes Create a Directory The Assets provider allows you to create a directory ahead of uploading files. Method Signature Creating a Directory widgets.copy session = vcr.createSession() assets = Assets(session) await assets.createDir('imgs') Navigation Create a Directory Method Signature Creating a Directory
Create a Directory The Assets provider allows you to create a directory ahead of uploading files. Method Signature Creating a Directory widgets.copy session = vcr.createSession() assets = Assets(session) await assets.createDir('imgs')