source: rxutilex/trunk/TODO@ 16

Last change on this file since 16 was 16, checked in by Alex Taylor, 11 years ago

Added named-pipe and I/O functions (not yet fully tested).

File size: 1.0 KB
RevLine 
[4]1FUNCTION WISHLIST
2
3 * Sys2ReplaceModule - A wrapper for DosReplaceModule()
4 - Sys2TokenizeString - A string tokenizer
5 - Sys2FormatNumber - Format a number according to locale
6 - Sys2FormatCurrency - A strfmon wrapper
7 - Sys2GetResource - DosGetResource wrapper
[16]8 - Sys2PrintFile - Print a file to a port or queue
9 - Sys2IsDirectory - Determine if filespec is a directory
[4]10
11Under consideration:
12 - BLDLEVEL parser
13 - SYSLEVEL parser
14 - Functions to open/read/write Large files
15 ? Named pipe creation/deletion?
16 ? Install a font
17 ? Create a printer port
18 ? Create a printer queue
19 ? Install a printer "driver.device"
20 ? Sys2IncFileName: find the next available filename according to a pattern
21 (e.g. CONFIG.001, log_0004.txt, etc.)
22 ? Access to the Win32 registry <-- exists in sp1utils
23 ? Sys2CloseWindow & Sys2ExitWindow <-- exists in pr1util
24 ? Sys2ReplaceObjectClass <-- exists in rexxutil replacement
25 ? Query/extract an object's icon <-- exists in RWS?
26
27* = Implemented, needs testing
28? = Suggestion only
29
Note: See TracBrowser for help on using the repository browser.