https://github.com/synergex/getdirfiles
This function will return a list of files in a specified directory. It used DLL API (on Windows), command line (on Unix) and LIB$ systems calls (on OpenVMS), so it should work when called by/as an xfServerPlus routine.
https://github.com/synergex/getdirfiles
Last synced: 4 months ago
JSON representation
This function will return a list of files in a specified directory. It used DLL API (on Windows), command line (on Unix) and LIB$ systems calls (on OpenVMS), so it should work when called by/as an xfServerPlus routine.
- Host: GitHub
- URL: https://github.com/synergex/getdirfiles
- Owner: Synergex
- License: other
- Created: 2021-12-15T19:18:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T18:18:34.000Z (almost 4 years ago)
- Last Synced: 2025-08-29T10:49:54.566Z (9 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GETDIRFILES
**Created Date:** 9/16/2009
**Last Updated:** 10/12/2010
**Description:** This function will return a list of files in a specified directory. It used DLL API (on Windows), command line (on Unix) and LIB$ systems calls (on OpenVMS), so it should work when called by/as an xfServerPlus routine. As coded this routine requires Synergy 9.1.5, but the functionality used by the routine should work in earlier versions of Synergy. (Update for Synergy 9.5 compatibility)
**Platforms:** Windows; Unix; OpenVMS
**Products:** Synergy DBL
**Minimum Version:** 9.1.5b
**Author:** William Hawkins