Search found 2 matches

by MarkusR
Fri Mar 18, 2022 11:07 pm
Forum: Coding Questions
Topic: GetCurrentDirectory at MS Store Apps
Replies: 4
Views: 797

Re: GetCurrentDirectory at MS Store Apps

what i meant to say

a relativ path works at link/exe/ide/normal setup.
seems the app get a correct path there which it can complete to find files.

ok
Protected File.s = "Manual\Manual.pdf"
If FileSize(File) > 0

ok too
Protected File.s = GetCurrentDirectory() + "Manual\Manual.pdf"
If FileSize ...
by MarkusR
Thu Mar 17, 2022 8:13 am
Forum: Coding Questions
Topic: GetCurrentDirectory at MS Store Apps
Replies: 4
Views: 797

GetCurrentDirectory at MS Store Apps

hello,
i made a app for ms store.
because this virtual filesystem this GetCurrentDirectory behave different there.
it not show the app directory, instead it show C:\Windows\System32.
a relativ path does not work too, it result in file not found.

my current attempt is
GetPathPart(ProgramFilename ...