Example usage for org.apache.commons.vfs2.provider LocalFileProvider interface-usage

List of usage examples for org.apache.commons.vfs2.provider LocalFileProvider interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.provider LocalFileProvider interface-usage.

Usage

From source file org.renjin.appengine.AppEngineLocalFilesSystemProvider.java

/**
 * Provides read-only access to the application context
 * on the local file system.
 *
 * <p>We have to be careful because trying to read or
 * touch parent folders (e.g. /base) will throw a SecurityException