import static java.nio.file.AccessMode. import java.io.IOException; import java.util.Scanner; public class PathDeno ( • public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Enter an absolute path: "); String path input.nextLine(); Path filePath Paths.get(path); int count filePath.getNameCount(); System.out.println("Path is: filePath.toString()); System.out.println("The file name is: " + filePath.getFileName()); System.out.println("There are "+count "elements in the file path"); for (int x=0; x

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Demonstrate how the Path class works and test the file's accessibility. This lab builds upon lab 1, so all you will need to do is update the code. Type up the code, execute the program and submit the output only. You will have to provide an absolute path for the program to work.

import java.n1o.file.";
inport static java.nio.file.AccessMode.;
import java.io.IOException;
import java.util.Scanner;
public class PathDeno {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter an absolute path: ");
String path input.nextLine();
Path filePath Paths.get(path);
int count filePath.getNameCount();
System.out.println("Path
is:filePath.toString());
System.out.println("The file name is: " + filePath.getFileName());
System.out.println("There are "+count + "elements in the file pelh");
for (int x = 0; x < count; x+1)
{
System.out.println("Clement
}
try {
filePath.getName(x));
filePath.getFileSysten().provider().checkAccess(filePath, READ, EXECUTE);
System.out.println("File can be read and executed");
catch (IOException e) {
System.out.println("File cannot be used for this application");
}
input.close();
Transcribed Image Text:import java.n1o.file."; inport static java.nio.file.AccessMode.; import java.io.IOException; import java.util.Scanner; public class PathDeno { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Enter an absolute path: "); String path input.nextLine(); Path filePath Paths.get(path); int count filePath.getNameCount(); System.out.println("Path is:filePath.toString()); System.out.println("The file name is: " + filePath.getFileName()); System.out.println("There are "+count + "elements in the file pelh"); for (int x = 0; x < count; x+1) { System.out.println("Clement } try { filePath.getName(x)); filePath.getFileSysten().provider().checkAccess(filePath, READ, EXECUTE); System.out.println("File can be read and executed"); catch (IOException e) { System.out.println("File cannot be used for this application"); } input.close();
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education