Having a problem passing a variable into the call.. the $FullPath is displaying correctly but is not working on the GetFolder call... help.

code:
   	$fso = CreateObject("Scripting.FileSystemObject")
$FullPath="$DestDir\$FileName"
?"FullPath: "$FullPath
$f = $fso.GetFolder($FullPath)
?"Folder "$f

_________________________
Austin Henderson