Dec. 14, 2016
9:13 a.m.
Hi, is there a reason why FileLocator behaves like this? FileLocator home -> FileLocator({home}) FileLocator D -> FileReference(D:\) Especially the first one (this also applies to #temp and others), is there a benefit in returning FileLocator instead of the path? Because now I always end up doing FileLocator home asFileReference, which feels superfluous. What is the use case that you don't want to resolve it yet? Thanks, Peter