## Static method (use this):
## Arguments$getFilename(filename, nchar=c(1, 128), class=c("safe"), .name=NULL,
##   .type="filename", ...)
## Don't use the below:
"getFilename"(static, filename, nchar=c(1, 128), class=c("safe"), .name=NULL, .type="filename", ...)character string.character string specifying the class of valid
    filenames.character string if filename is valid,
 otherwise an exception is thrown.
filename is a missing value, then an exception is thrown.class="safe", the following 86 ASCII characters
  are allowed in filenames:
  
     #$
    @ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_  (31)
    `abcdefghijklmnopqrstuvwxyz{|}~  (31)
  
  This class of filenames has been extensively tested on for
  cross-platform support on Microsoft Windows, OSX and various
  Unix flavors.
Arguments.