Jump to content
  • 0

Verwijzing naar bestandspad zonder bestand


mikezwet

Question

Posted

Hallo,

Ik vroeg mij af of het mogelijk is om een bepaald bestandspad aan te wijzen zonder een bestand aan te wijzen.

 

Dus: C:/programmfiles/mike in plaats van C:/programmfiles/mike/kerstlied.txt

 

Dit bestandspad moet dan in een container komen te staan en eventueel geopent kunnen worden.

3 answers to this question

Recommended Posts

  • 0
Posted

Ik heb inmiddels een AutoIt scriptje ervoor gemaakt.

 

*Filemaker voert een event uit waardoor het AutoIt script word geopent.

*Ga naar veld (linklocatie) ; autoit script plakt hierin de locatie van de map

 

Code van AutoIt script:

ClipPut ( FileSelectFolder ( "dialog text", "" , "1" ) )
WinActivate("FileMaker", "")
WinWaitActive("FileMaker")
Send ("^v")
Send("{TAB}")

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...