Home > Contents > Index >
Utilities.osSafeSpec
Returns a file specification where the "/" or "" characters have been replaced by the system specific path character.
Syntax
public static final String osSafeSpec(String spec)Parameters
spec
- The input file specification.
Returns
The converted string, specific to the operating system.
Example
String path = "/tmp/test.txt"; path = Utilities.osSafeSpec( path );
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.