$cur_fol = Convert-Path .
$itemList = Get-ChildItem $cur_fol;
foreach($item in $itemList) { Write-Host $item }