Changeset 15450
- Timestamp:
- 10/29/20 16:54:48 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Pathname.java
r15449 r15450 2161 2161 public boolean isLocalFile() { 2162 2162 if (getHost().equals(NIL) 2163 || Symbol.GETF.execute(getHost(), URLPathname.SCHEME, NIL).equals( "file")) {2163 || Symbol.GETF.execute(getHost(), URLPathname.SCHEME, NIL).equals(URLPathname.FILE)) { 2164 2164 return true; 2165 2165 }
Note: See TracChangeset
for help on using the changeset viewer.