Hello!
I saw that the FileName.resolveName(String) method was removed
Can anyone tell me what the replacement is
FileName name = VFS.getManager().resolveName(FileName base, String path)
why it was removed ?
This decision was made due to the fact that the FileName might not exactly know whats the resulting name is e.g. if any other fileProvider is needet to parse the filename.And thus the "logic" within FileName has moved to the Manager to have access to those Providers. Once we manage to cut the 1.0 release such drastic changes dont happen without the well known @deprecated cycle.

Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to