- This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
hi,
I hope error message of fileservice : “Cant access file” add file path info.
ref:=FilePool.Access(path,mwfamOpenRead,FFileToken,h); try if not kbmMWGetFileSize(ref.Path,sz,h) then kbmMWRaiseException(KBMMW_ERR_SERVICE_FILE_RESOURCEBUSY,path+'Cant access file');// add path.
best regards
Tom YU.
Hi,
I understand your request. The problem is imo of security concerns. The path will be the actual path on the drive, not the originally requested path, which would be a security issue to reveal for example on a web page.
/Kim