Filesystem: Version 1.0.1.1
This commit is contained in:
@@ -58,7 +58,7 @@ Public Class File
|
||||
|
||||
Dim oCleanName As String = FilePath
|
||||
oCleanName = Regex.Replace(oCleanName, _invalidPathChars, String.Empty)
|
||||
oCleanName = Regex.Replace(oCleanName, REGEX_CLEAN_FILENAME, String.Empty, RegexOptions.Singleline)
|
||||
oCleanName = Regex.Replace(oCleanName, REGEX_CLEAN_PATH, String.Empty, RegexOptions.Singleline)
|
||||
|
||||
_logger.Debug("Path after cleaning: [{0}]", oCleanName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user