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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -