mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
more IODevice.driver tweaks
use temp file instead of persistent manual and pester tests pass
This commit is contained in:
@@ -20,15 +20,11 @@ class Remote {
|
||||
[String]$vmpath
|
||||
[Hashtable]$kind
|
||||
[Object]$profiles
|
||||
[String]$userpath
|
||||
[String]$workingconfig
|
||||
|
||||
Remote ([String]$kindId) {
|
||||
$this.vmpath = Setup_DLL
|
||||
$this.kind = GetKind($kindId)
|
||||
$this.profiles = Get_Profiles($this.kind.name)
|
||||
$this.userpath = Join-Path ([Environment]::GetFolderPath('MyDocuments')) 'Voicemeeter'
|
||||
$this.workingconfig = Join-Path $this.userpath ('vm' + $this.kind.name + '_working.xml')
|
||||
}
|
||||
|
||||
[string] ToString() {
|
||||
|
||||
Reference in New Issue
Block a user