Changeset 92 for branches/beta/castlib1/alexUtilities.ls
- Timestamp:
- 12/09/07 15:42:39 (4 years ago)
- File:
-
- 1 edited
-
branches/beta/castlib1/alexUtilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/castlib1/alexUtilities.ls
r91 r92 407 407 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 408 408 409 on mGetFolderPathFromUser me 409 on mGetFolderPathFromUser me, startFolder, theTitle, flags, instruction, offsx, offsy 410 410 retval = "" 411 411 … … 420 420 end if 421 421 422 retval = baGetFolder( "", "Select a folder", 3, "", 50, 50 ) 422 startFolder = string(startFolder) 423 instruction = string(instruction) 424 flags = integer(flags) 425 if ilk(flags) <> #integer then flags = 0 426 theTitle = string(theTitle) 427 428 offsx = integer(offsx) 429 if ilk(offsx) <> #integer then offsx = -1 430 431 offsy = integer(offsy) 432 if ilk(offsy) <> #integer then offsy = -1 433 434 retval = baGetFolder(startFolder, theTitle, flags, instruction, offsx, offsy ) 423 435 424 436 if resetUNames = 1 then baReturnUnixNames(1)
Note: See TracChangeset
for help on using the changeset viewer.
