Moderators: hgm, Andres Valverde
on DefaultValues(theValue)
repeat with i from 1 to theCount
set theWord to item i of theList
if theWord contains theValue then
set theMode to theWord as string
end if
end repeat
set AppleScript's text item delimiters to "\""
set theModePath to (text items of theMode)
set AppleScript's text item delimiters to ""
set theModePath to (theModePath as string)
return theModePath
end DefaultValues
H.G.Muller wrote:This is in XBoard, I suppose? Browsing for a directory should only show your directories, not their contents. When you browse for an engine, is there any filtering on extension specified? (In the line of the browser window below the filename.) You will only see files with the extensions specified there. This could lead to problems if the files you are looking for do not have the expected extension. You should the first clear that filter field, to see all files.
Return to WinBoard development and bugfixing
Users browsing this forum: No registered users and 3 guests