Skip to content

Commit e831fff

Browse files
committed
Add modificationTime accessors used by MCDirectoryRepository and subclasses
1 parent b951d28 commit e831fff

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
modificationTime
3+
"Return the modification date and time of the entry receiver in seconds."
4+
^ modification

src/FS-Core.package/FSDirectoryEntry.class/methodProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"isFile" : "StephaneDucasse 1/27/2011 22:16",
1616
"modification" : "StephaneDucasse 1/27/2011 22:15",
1717
"modificationSeconds" : "StephaneDucasse 1/27/2011 22:15",
18+
"modificationTime" : "jr 1/1/2019 17:20",
1819
"pathSegments" : "CamilloBruni 8/12/2011 20:56",
1920
"printOn:" : "sd 2/11/2011 19:40",
2021
"readStream" : "CamilloBruni 8/12/2011 20:32",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
modificationTime
3+
"Returns the last date of modification of self"
4+
^ (filesystem entryAt: self path) modificationSeconds

src/FS-Core.package/FSReference.class/methodProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"isRelative" : "cwp 7/20/2009 09:25",
8787
"isRoot" : "cwp 7/20/2009 09:26",
8888
"makeRelative:" : "cwp 11/15/2009 00:26",
89+
"modificationTime" : "jr 1/1/2019 17:17",
8990
"moveTo:" : "CamilloBruni 1/23/2012 15:52",
9091
"openWritable:" : "CamilloBruni 1/20/2012 13:24",
9192
"parent" : "CamilloBruni 1/19/2012 12:45",

0 commit comments

Comments
 (0)