feature_rewinddir - rewinddir supported?

Description

feature_rewinddir can be used to determine if the current platform supports the built-in procedure rewinddir.

Example

if supported(feature_rewinddir) then rewinddir;

Portability

Operating Systems: All
Standard Pascal: No