In a Powershell WPF Application I have a Drag\'n\'Drop function with that code: $droppedfile=$_.Data.GetFileDropList() basically it\'s working fine if a file is dro
$droppedfile=$_.Data.GetFileDropList()