<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java File Operations :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/11-file-system/06-java/03-file-operations/video/index.html</link>
    <description>Resources Slides Video Script Let’s look at some of the more useful operations we can perform on files using Java.&#xA;In this example code, we’re using the Paths.get() method to create a Path object representing a path on our file system. It may be an existing directory or file, or it could be something that doesn’t exist. We’ll see how check for that later in this video.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 03 Jan 2023 12:56:04 -0600</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/11-file-system/06-java/03-file-operations/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>