[This is preliminary documentation and is subject to change.]

Changes path of song

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setPath(
	string newPath
)
Visual Basic
Public Sub setPath ( _
	newPath As String _
)
Visual C++
public:
void setPath(
	String^ newPath
)

Parameters

newPath
Type: System..::..String
the path to the song; overwrites old path

See Also