|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
file access in indicator |
tradelove
|
Post subject: file access in indicator |
Post rating: 0
|
Posted: Mon 14 Jan, 2013, 08:52
|
|
User rating: 0
Joined: Mon 23 May, 2011, 10:55 Posts: 9 Location: Netherlands,
|
How to access the filesystem in an indicator?
|
|
|
|
 |
API Support
|
Post subject: Re: file access in indicator |
Post rating: 0
|
Posted: Mon 14 Jan, 2013, 08:57
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
You need to add the @RequiresFullAccess annotation to your indicator class to access files from the indicator.
|
|
|
|
 |
tradelove
|
Post subject: Re: file access in indicator |
Post rating: 0
|
Posted: Mon 14 Jan, 2013, 12:32
|
|
User rating: 0
Joined: Mon 23 May, 2011, 10:55 Posts: 9 Location: Netherlands,
|
Is there a way without full access? (like with getFilesDir in a strategy)
|
|
|
|
 |
API Support
|
Post subject: Re: file access in indicator |
Post rating: 0
|
Posted: Mon 14 Jan, 2013, 14:34
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|