Pathname is the pathname of the file or directory to grant rmid execute permission. A pathname that ends in "/*" (where "/" is the file separator character, File.separatorChar
) indicates all the files and directories contained in that directory. A pathname that ends with "/-" indicates (recursively) all files and subdirectories contained in that directory. A pathname consisting of the special token "<<ALL FILES>>" matches
Note: A pathname consisting of a single "*" indicates all the files in the current directory, while a pathname consisting of a single "-" indicates all the files in the current directory and (recursively) all files and subdirectories contained in the current directory.
@author Ann Wollrath @serial exclude
|
|
|
|