For example:
variable1=Dir$(some_path)
vs.
variable1=Dir(some_path)
What is the difference?
Why n
The dollar sign indicates a string will be returned instead of a variant.