CommandHelper

CommandHelper

46.5k Downloads

a bug in reflect_pull() ?

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2780 - Reported by Hekta

I don't know if it is a bug or a normal behavior, for example if I have a file.ms at 'root/folder/code/file.ms' with an include('../includes/procs.ms'), in a procedure in procs.ms relfect_pull('file') will return 'root/folder/code/../includes/procs.ms' instead of 'root/folder/includes/procs.ms'.

commented

Comment by LadyCailin

Normalized the path now, so the . and .. should be removed.