So, what is it? Is it a fodler or file? It's yoru system, you should be able to determine what it is. EXIST can check for both the existance of a folder and/or file.

Code:
? 'KiXtart v'+@kix
$folder='C:\Program Files\Pivotal\Relation'
select
case exist($folder+'\')
  ? $folder + 'is a folder and exists'
case exist($folder)
  ? $fodler + ' is a file and exists'
case 1
  ? 'Cannot find a file or folder by name f ' + $folder
endselect

Please run this codefragment and report the results.
_________________________
There are two types of vessels, submarines and targets.