Makedir (OpenInsight 32-Bit)
At 16 SEP 2003 07:10:47PM Wayne Shepard wrote:
Is there an OpenInsight method for creating a file directory? My application needs to make a directory name out of the date and time, create the directory and copy a bunch of files into it. I'm trying to get out of the habit of dropping to .BAT files for this sort of thing.
Wayne (the novice)
At 16 SEP 2003 07:54PM Pat McNerthney wrote:
Declare subroutine MkDir MkDir("C:\MyDirectory")
At 17 SEP 2003 08:20AM Pascal Landry wrote:
That's a nice little subroutine.
...anymore of those hiding up your sleeve?Pascal
At 17 SEP 2003 09:02AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
DosTime
DSpace
GetDriveType
GetTempDrive
GetTempFileName
OIGetOIStartDir
OIGetOEStartDir
RetStack
Just poke around in SYSOBJ
![]()
World Leaders in all things RevSoft
At 17 SEP 2003 04:35PM Wayne Shepard wrote:
I said Doh! when I found MAKEDIR in the Utility function. I think I'll go with that, just 'cause it's documented. Thanks!
Wayne