B 
		
				
			
		Bharat
Guest
Below query helps to validate when I keep invalid path. The problem is its failing when I enter " \ " or "." or any special characters. How to validate them?
	
	
	
		
Continue reading...
				
			
		Code:
	
	FILE-INFO:FILENAME = "\".
IF FILE-INFO:FULL-PATHNAME = "?" THEN
  MESSAGE "Invalid path".
	Continue reading...