Hi all
I am trying to create a Form that takes a user entered Directory name and if the Directory does not exist then I create it.
I have managed to set the descriptor done=`mkdir "$F1";update` to make the directory but really require the form done to run a function that will have the steps; :rolleyes:
is directory resident
if not create it
check directory created
display error if not
ensure security set (eg chmod -755 $F1)
display error if not
is it possible to create functions in fmli?
Thanks 