MakeDirectory Parameter (Send-CloudStorage Cmdlet)

Create a new directory on the remote server at the specified path.

Syntax

Send-CloudStorage -MakeDirectory string

Remarks

MakeDirectory should be either an absolute file path, or a relative path based on the home path set by the server.

For instance:

#create a new directory with DropBox
Send-CloudStorage -ServiceProvider DropBox -OAuthClientId $dropboxid -OAuthClientSecret $dropboxsecret -MakeDirectory "newDir"

Default Value

""

Parameter Alias

MakeDir

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]