Jump to content

Recommended Posts

Posted

Hello :bye:,

X:\Root Folder\Sub Folder

Root Folder contains the script to include in the script located in Sub Folder... Is it possible without specifying the exact path? :unsure:

#include "X:\Root Folder\Sub Folder"

 

Thanks in Advance! TD :)

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted

Did you try

#include "..\Script-to-be-included.au3"

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Seems my English is a bit rusty ;) I've read it the other way round.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 11/22/2015 at 12:30 PM, TheDcoder said:

Hello :bye:,

X:\Root Folder\Sub Folder

Root Folder contains the script to include in the script located in Sub Folder... Is it possible without specifying the exact path? :unsure:

#include "X:\Root Folder\Sub Folder"

 

Thanks in Advance! TD :)

You have to specify the name of the include file regardless if the path is absolute or relative, both of which are allowed.

♡♡♡

.

eMyvnE

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...