11-21-2005 03:43 AM
11-21-2005 04:08 AM
Hi Marcus,
Look at attached VI
After determining If the 'last string' of the file name is valid or not for windows folders, create that file.
If not valid, pop up a msg telling this file name is not valid
regards
Dev
11-21-2005 05:41 AM
11-21-2005 06:04 AM
oooh, I just realized that my problem with the "." character as last character disappears if i add an extra whitespace after the "." character.
i.e. "c.\temp\test. "
![]()
/Marcus
11-21-2005 06:11 AM
11-21-2005 06:14 AM
11-21-2005 06:17 AM
Just a thought:
Does a user load data which is stored in this directory? If so - what happens, if a user forgets his username or inputs a wrong username, which already exists from another user?
I'd rather implement a simple user administation tool, which only allows certain users to create new users.
Thomas
11-21-2005 06:23 AM
No, it's not a user dependant directory/profile. The profile I'm refering to are test-profiles. It's a testapplication and when a user(any user) creates a new profile it stores testdata, current variables, configfiles etc etc in this testprofile-directory. So it's not a windows user profile data or anything.
And as i said, the directory and testfiles/configfiles are made automatically by the application. The user only sets a name for the test (profile).
/Marcus