Variable: gnus-directory-sep-char-regexp

gnus-directory-sep-char-regexp is a variable defined in gnus-util.el.gz.

Value

"/"

Documentation

The regexp of directory separator character.

If you find some problem with the directory separator character, try
"[/\\\\]" for some systems.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-util.el.gz
(defvar gnus-directory-sep-char-regexp "/"
  "The regexp of directory separator character.
If you find some problem with the directory separator character, try
\"[/\\\\]\" for some systems.")