Bug 48533

GemStone/S 64 Bit

3.5.1, 3.5, 3.4.5, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4, 3.3.9, 3.3.8, 3.3.7, 3.3.6, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3, 3.2.16, 3.2.15, 3.2.14, 3.2.13, earlier versions

3.5.2

GsFile >> removeServerFile:, removeClientFile: do not handle filenames with ? or *

The GsFile methods removeServerFile: and removeClientFile: were not able to find and remove files that contained the literal characters * or ?.

Note that these methods did and do not support wild card matching to remove files.

Workaround

Execute code such as the following:

System performOnServer: 'rm <i>fileWith?or*</i>'

Last updated: 5/15/20