Hi, My calc application has users on both Windows and linux. The application deals with loading of files from disk and hence the manner in which I construct the path strings should be portable. I am avid user of TCL and it supports a command namely "file join" "file dirname" "file tail" etc.
Do we have similar commands in OO Basic? If not natively, has some one written those commands and willing to share? It will save some effort at my end. Also, I am not able to find out a neat way to identify the operating system I am operating on. I am using Environ runtime command to poll OS and OSTYPE variables. Regards Thanks
