Returns a safe file name for the file if it would be saved to dirPath folder.
Namespace: Aurigma.ImageUploader Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Function GetSafeFileName ( _ dirPath As String _ ) As String
public string GetSafeFileName( string dirPath )
Type: System..String