Question
I have been using Page.ImageSourceFileSubPath statement in 'After Page Added' event to extract the hot folder path. But, instead of hot folder, it is returning Windows/System32 file path which is incorrect. Please let me know the reason of this behavior.
Answer
ImageSourceFileSubPath gives only the part of the path and if you want to use it further it takes the default value. In this case, the ImageSource instead of ImageSourceFileSubPath should be used to fix the issue
Comments
0 comments
Please sign in to leave a comment.