0

In a newly created wiki in Fitnesse. Say we defined a path:

!path /home/user/mypath

Is there a way to verify that the path exist? or list the contents of the directory?

mtleis
  • 712
  • 1
  • 9
  • 28

1 Answers1

1

No there is not. It is just like the Java classpath, which it configures, it defines a location where fitnesse looks for Java classes. It does not have to be a directory, it can also be a .jar, .zip or an expression with a wildcard.

Fried Hoeben
  • 3,247
  • 16
  • 14