Jump to content

vincend

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by vincend

  1. the result is mediocre, the best way is _WinAPI_ShellGetKnownFolderPath ()
  2. http://www.autoitscript.fr/forum/viewtopic.php?f=3&t=14062#p97910 Do you know OpenStreetMap ?
  3. Like this ? Local $MyVar = StringInStr(FileReadLine("mylog.log"), "yes") If $MyVar > 0 Then MsgBox(0,"",$MyVar)
  4. i updated autoit but arrays are again empties (with your exemple _ArrayDisplay($aArray, '_BinaryBin File Names') or _ArrayDisplay($aArray, '_BinaryBin Folders')) if i write msgbox(0,"",__BinaryBin_IsBinaryBin($aBinaryBin)) at the beginning of the function _BinaryBin_AddFolder() it return False and using _BinaryBin_Add() return nothing ofcourse Vincent (excuse me for my english, you guessed I'm French)
  5. hi, yes I tried the example and I had a lot of errors like: _BinaryBin.au3"(97,94) : warning: $STDOUT_CHILD: I added #include <Constants.au3> _BinaryBin.au3"(99,119) : warning: $STR_REGEXPARRAYGLOBALMATCH I added : Global Const $STR_REGEXPMATCH = 0 ; Return 1 if match. Global Const $STR_REGEXPARRAYMATCH = 1 ; Return array of matches. Global Const $STR_REGEXPARRAYFULLMATCH = 2 ; Return array of matches including the full match (Perl / PHP style). Global Const $STR_REGEXPARRAYGLOBALMATCH = 3 ; Return array of global matches. Global Const $STR_REGEXPARRAYGLOBALFULLMATCH = 4 ; Return an array of arrays containing global matches including the full match (Perl / PHP style).Global Const $STR_REGEXPMATCH = 0 ; Each character in the delimiter string will mark the split Global Const $STR_ENDISSTART = 0 ; End acts as next start when end = start Global Const $STR_ENDNOTSTART = 1 ; End does not act as new start when end = start But the problem is not solved because the arrays are empty. Only BinaryBin.bin is built with 0 ko (for info, I have Autoit v3.3.10.2) thank you for your help Vincent
  6. hi, I'm sorry but the script does not work (for me) arrays are empty for folders like files ( __BinaryBin_FileWrite() return 0) I thought to create a script with $cmdline... thank to solve the problem (if the problem is not me)
×
×
  • Create New...