silvano Posted November 24, 2006 Posted November 24, 2006 hi, can get I the file name to store in the variable? the file is in: c:\tmp\file.txt ;myscript .... $getFileName = "file.tx" tks
silvano Posted November 24, 2006 Author Posted November 24, 2006 hi,can get I the file name to store in the variable?the file is in: c:\tmp\file.txt;myscript....$getFileName = "file.tx"tkssorry... I have request my question solution in the poststks; Shows the filenames of all files in the current directory.$search = FileFindFirstFile("*.*") $file = FileFindNextFile($search) ; Close the search handleFileClose($search)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now