An open API service indexing awesome lists of open source software.

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.

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