sql - How to check the file path exists in sybase? -


how check filename exists in sybase sql anywhere11 , return error message if not in sql anywhere11?

i have textbox , submit button in front end. user can enter file path textbox , click submit.

the submit button call procedure , want check in beginning of procedure weather file exists or not , return value if not exists.

example:

d:/hello/world.csv path name.

so need check d:/hello valid path , world.csv exist in specified path.

thanks


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -