mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
9 lines
107 B
CoffeeScript
9 lines
107 B
CoffeeScript
fs = require 'fs'
|
|
|
|
module.exports =
|
|
class File
|
|
constructor: (@path) ->
|
|
|
|
getName: ->
|
|
fs.base(@path)
|