My problem is that we want to create sessions with the names only. Unfortunately, when calling
Code: Select all
SetCurrentSessionA temporary workaround for this is to use
Code: Select all
../session_nameCode: Select all
../../session_nameIs there a way to specify a default directory programmatically where the sessions would go?
Since I am doing everything remotely, telling my users to use absolute path would result in confusion mixed with rage.