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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -