Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Get Asset

Gets the specified asset file and saves it to the current working directory or target path.

Script usage:

Get-Asset(
	Name: <text>,
	[Raft: <text>],
	[Type: <integer>],
	[Overwrite: <true/false>],
	[To: <text>]
);

This operation may be prefixed with Files::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Asset name (default)
text
Name
This argument is required.
Raft
text
Raft
Asset type
integer
Type
Overwrite
true/false
Overwrite
Save to path
text
To

Example:


# gets the readme file from the current raft
Get-Asset readme.md;