randallc Posted July 30, 2007 Posted July 30, 2007 (edited) Hi, Have you tried "_FileListToArray" instead?; or do you need recusion, etc?; if the latter, try my script , link from signature as it has no dos; _FileListToArrayNew. It is optional whether an array is returned with the first element [0] as the number of serious array elements to follow, or the first serious element, and I am not sure which it is in that script; "ArrayResult=_FileListToArrayEx"; check "_isarray(ArrayResult) func to check if there is an array returned anyway, and "consolewrite $ar_ArrayResult[0] and ubound(ArrayResult) if it is to see what you have returned. Best, randall [PS maybe three is a permission problem on your network and you are not getting any result anyway??] Edited July 30, 2007 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW
ConstantineGeorgantzas Posted July 31, 2007 Author Posted July 31, 2007 Hi, Have you tried "_FileListToArray" instead?; or do you need recusion, etc?; if the latter, try my script , link from signature as it has no dos; _FileListToArrayNew. It is optional whether an array is returned with the first element [0] as the number of serious array elements to follow, or the first serious element, and I am not sure which it is in that script; "ArrayResult=_FileListToArrayEx"; check "_isarray(ArrayResult) func to check if there is an array returned anyway, and "consolewrite $ar_ArrayResult[0] and ubound(ArrayResult) if it is to see what you have returned. Best, randall [PS maybe three is a permission problem on your network and you are not getting any result anyway??] Thanks, but I am using _FileListToArrayEx to search inside subfolders.
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