Main /
WindirCategories: WIN rds-hosted Library Routines win_dir() 10K Author: Greg Haberek Date: Dec 17 2005 $2.00 http://www.rapideuphoria.com/win_dir.zip A Windows-specific directory routine. Returns the same information as Euphoria's native dir(). Uses optional Unicode* strings, so the maximum path name length may be 32,767 characters instead of just 255, and extended characters are fully supported, unlike dir(). *Note: Unicode is only supported in Windows NT/2000/XP. See docs for more info. Dec 17: Bug fixes thanks to Al Getz. Updated demo program. |